Class TInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teavm.classlib.java.lang.TThrowable
org.teavm.classlib.java.lang.TException
org.teavm.classlib.java.lang.TReflectiveOperationException
org.teavm.classlib.java.lang.reflect.TInvocationTargetException
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TInvocationTargetException(TThrowable target)
TInvocationTargetException(TThrowable target, String s)
-
Method Summary
Methods inherited from class org.teavm.classlib.java.lang.TThrowable
addSuppressed, fillInStackTrace, getCause, getCause0, getClass0, getLocalizedMessage0, getMessage0, getStackTrace0, getSuppressed0, init, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString0
Methods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
TInvocationTargetException
protected TInvocationTargetException() -
TInvocationTargetException
-
TInvocationTargetException
-
-
Method Details
-
getTargetException
-