Package org.teavm.classlib.java.lang
Class TRuntimeException
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.TRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TArithmeticException
,TArrayStoreException
,TBufferOverflowException
,TBufferOverflowException
,TClassCastException
,TConcurrentModificationException
,TIllegalArgumentException
,TIllegalMonitorStateException
,TIllegalStateException
,TIndexOutOfBoundsException
,TMatchException
,TMissingResourceException
,TNegativeArraySizeException
,TNoSuchElementException
,TNullPointerException
,TSecurityException
,TUnsupportedOperationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTRuntimeException
(String message) TRuntimeException
(String message, TThrowable cause) TRuntimeException
(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
-
TRuntimeException
public TRuntimeException() -
TRuntimeException
-
TRuntimeException
-
TRuntimeException
-