RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
More...
#include <java_lang_RuntimeException.h>
Inheritance diagram for java::lang::RuntimeException:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::java::lang::RuntimeException > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::RuntimeException > > | array2D |
Public Member Functions | |
| RuntimeException (const ::java::lang::String &message, const ::java::lang::Throwable &cause,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
| Constructs a new runtime exception with the specified detail message and cause. | |
| RuntimeException (::xmog_dummy _use_java_ctor,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a new runtime exception with null as its detail message. | |
| RuntimeException (const ::java::lang::Throwable &cause,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). | |
| RuntimeException (const ::java::lang::String &message,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
| Constructs a new runtime exception with the specified detail message. | |
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
A method is not required to declare in its throws clause any subclasses of RuntimeException that might be thrown during the execution of the method but not caught.
|
||||||||||||||||
|
Constructs a new runtime exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to .
|
|
||||||||||||||||
|
||||||||||||||||
|
Constructs a new runtime exception with The cause is not initialized, and may subsequently be initialized by a call to .
|
|
||||||||||||||||||||
|
Constructs a new runtime exception with the specified detail message and cause.
Note that the detail message associated with
|
1.4.1