Uses of Class
org.teavm.classlib.java.lang.TThrowable
Packages that use TThrowable
Package
Description
-
Uses of TThrowable in org.teavm.classlib.java.lang
Subclasses of TThrowable in org.teavm.classlib.java.langModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.teavm.classlib.java.lang that return TThrowableModifier and TypeMethodDescriptionTThrowable.getCause()
TThrowable.getCause0()
TClassNotFoundException.getException()
TThrowable.getSuppressed0()
TThrowable.initCause(TThrowable cause)
Methods in org.teavm.classlib.java.lang with parameters of type TThrowableModifier and TypeMethodDescriptionvoid
TThrowable.addSuppressed(TThrowable exception)
void
TThrowable.init(String message, TThrowable cause, boolean enableSuppression, boolean writableStackTrace)
TThrowable.initCause(TThrowable cause)
Methods in org.teavm.classlib.java.lang that throw TThrowableConstructors in org.teavm.classlib.java.lang with parameters of type TThrowableModifierConstructorDescriptionTAssertionError(String message, TThrowable cause)
TClassNotFoundException(String message, TThrowable cause)
TError(String message, TThrowable cause)
TError(TThrowable cause)
TException(String message, TThrowable cause)
TException(TThrowable cause)
TIllegalArgumentException(String message, TThrowable cause)
TIllegalArgumentException(TThrowable cause)
TIllegalStateException(String message, TThrowable cause)
TIllegalStateException(TThrowable cause)
TInternalError(String message, TThrowable cause)
TInternalError(TThrowable cause)
TLinkageError(String message, TThrowable cause)
TReflectiveOperationException(String message, TThrowable cause)
TRuntimeException(String message, TThrowable cause)
TRuntimeException(TThrowable cause)
TSecurityException(String message, TThrowable cause)
TSecurityException(TThrowable cause)
TThrowable(String message, TThrowable cause)
protected
TThrowable(String message, TThrowable cause, boolean enableSuppression, boolean writableStackTrace)
TThrowable(TThrowable cause)
TUnsupportedOperationException(String message, TThrowable cause)
TVirtualMachineError(String message, TThrowable cause)
TVirtualMachineError(TThrowable cause)
-
Uses of TThrowable in org.teavm.classlib.java.lang.reflect
Subclasses of TThrowable in org.teavm.classlib.java.lang.reflectMethods in org.teavm.classlib.java.lang.reflect that return TThrowableConstructors in org.teavm.classlib.java.lang.reflect with parameters of type TThrowableModifierConstructorDescriptionTInvocationTargetException(TThrowable target)
TInvocationTargetException(TThrowable target, String s)
-
Uses of TThrowable in org.teavm.classlib.java.net
Subclasses of TThrowable in org.teavm.classlib.java.net -
Uses of TThrowable in org.teavm.classlib.java.nio
Subclasses of TThrowable in org.teavm.classlib.java.nioModifier and TypeClassDescriptionclass
class
class
-
Uses of TThrowable in org.teavm.classlib.java.nio.charset
Subclasses of TThrowable in org.teavm.classlib.java.nio.charset -
Uses of TThrowable in org.teavm.classlib.java.security
Subclasses of TThrowable in org.teavm.classlib.java.security -
Uses of TThrowable in org.teavm.classlib.java.util
Subclasses of TThrowable in org.teavm.classlib.java.utilModifier and TypeClassDescriptionclass
class
class
Constructors in org.teavm.classlib.java.util with parameters of type TThrowableModifierConstructorDescriptionTConcurrentModificationException(String message, TThrowable cause)
-
Uses of TThrowable in org.teavm.classlib.java.util.logging
Methods in org.teavm.classlib.java.util.logging that return TThrowableMethods in org.teavm.classlib.java.util.logging with parameters of type TThrowableModifier and TypeMethodDescriptionvoid
TLogger.log(TLevel level, String msg, TThrowable thrown)
void
TLogRecord.setThrown(TThrowable thrown)