#include <java_lang_reflect_InvocationTargetException.h>
Inheritance diagram for java::lang::reflect::InvocationTargetException:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::java::lang::reflect::InvocationTargetException > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::reflect::InvocationTargetException > > | array2D |
Public Member Functions | |
| virtual ::java::lang::Throwable | getCause (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Returns the the cause of this exception (the thrown target exception, which may be null). | |
| virtual ::java::lang::Throwable | getTargetException (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Get the thrown target exception. | |
| InvocationTargetException (const ::java::lang::Throwable &target, const ::java::lang::String &s,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
| Constructs a InvocationTargetException with a target exception and a detail message. | |
| InvocationTargetException (::xmog_dummy _use_java_ctor,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs an InvocationTargetException with null as the target exception. | |
| InvocationTargetException (const ::java::lang::Throwable &target,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
| Constructs a InvocationTargetException with a target exception. | |
As of release 1.4, this exception has been retrofitted to conform to the general purpose exception-chaining mechanism. The "target exception" that is provided at construction time and accessed via the method is now known as the cause, and may be accessed via the method, as well as the aforementioned "legacy method."
|
||||||||||||||||
|
Constructs a InvocationTargetException with a target exception.
|
|
||||||||||||||||
|
Constructs an
|
|
||||||||||||||||||||
|
Constructs a InvocationTargetException with a target exception and a detail message.
|
|
||||||||||||
|
Returns the the cause of this exception (the thrown target exception, which may be
Reimplemented from java::lang::Throwable. |
|
||||||||||||
1.4.1