Package org.teavm.classlib.java.lang
Class TReflectiveOperationException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TClassNotFoundException
,TInvocationTargetException
,TNoSuchMethodException
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionTReflectiveOperationException(String message)
TReflectiveOperationException(String message, TThrowable cause)
-
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
-
TReflectiveOperationException
public TReflectiveOperationException() -
TReflectiveOperationException
-
TReflectiveOperationException
-
TReflectiveOperationException
-