Modifier and Type | Class and Description |
---|---|
class |
TArithmeticException |
class |
TArrayIndexOutOfBoundsException |
class |
TArrayStoreException |
class |
TAssertionError |
class |
TClassCastException |
class |
TClassNotFoundException |
class |
TCloneNotSupportedException |
class |
TError |
class |
TException |
class |
TIllegalArgumentException |
class |
TIllegalMonitorStateException |
class |
TIllegalStateException |
class |
TIncompatibleClassChangeError |
class |
TIndexOutOfBoundsException |
class |
TInternalError |
class |
TLinkageError |
class |
TNegativeArraySizeException |
class |
TNoClassDefFoundError |
class |
TNoSuchFieldError |
class |
TNoSuchMethodError |
class |
TNoSuchMethodException |
class |
TNullPointerException |
class |
TNumberFormatException |
class |
TOutOfMemoryError |
class |
TReflectiveOperationException |
class |
TRuntimeException |
class |
TSecurityException |
class |
TStackOverflowError |
class |
TStringIndexOutOfBoundsException |
class |
TUnsupportedOperationException |
class |
TVirtualMachineError |
Modifier and Type | Method and Description |
---|---|
TThrowable |
TThrowable.getCause() |
TThrowable |
TThrowable.getCause0() |
TThrowable |
TClassNotFoundException.getException() |
TThrowable[] |
TThrowable.getSuppressed0() |
TThrowable |
TThrowable.initCause(TThrowable cause) |
Modifier and Type | Method and Description |
---|---|
void |
TThrowable.addSuppressed(TThrowable exception) |
void |
TThrowable.init(String message,
TThrowable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TThrowable |
TThrowable.initCause(TThrowable cause) |
Modifier and Type | Method and Description |
---|---|
protected void |
TObject.finalize() |
Modifier and Type | Class and Description |
---|---|
class |
TInvocationTargetException |
Modifier and Type | Method and Description |
---|---|
TThrowable |
TInvocationTargetException.getTargetException() |
Constructor and Description |
---|
TInvocationTargetException(TThrowable target) |
TInvocationTargetException(TThrowable target,
String s) |
Modifier and Type | Class and Description |
---|---|
class |
TURISyntaxException |
Modifier and Type | Class and Description |
---|---|
class |
TBufferOverflowException |
class |
TInvalidMarkException |
class |
TReadOnlyBufferException |
Modifier and Type | Class and Description |
---|---|
class |
TAccessControlException |
Modifier and Type | Class and Description |
---|---|
class |
TConcurrentModificationException |
class |
TMissingResourceException |
class |
TNoSuchElementException |
Constructor and Description |
---|
TConcurrentModificationException(String message,
TThrowable cause) |
TConcurrentModificationException(TThrowable cause) |
Modifier and Type | Method and Description |
---|---|
TThrowable |
TLogRecord.getThrown() |
Modifier and Type | Method and Description |
---|---|
void |
TLogger.log(TLevel level,
String msg,
TThrowable thrown) |
void |
TLogRecord.setThrown(TThrowable thrown) |
Copyright © 2019. All rights reserved.