| Package | Description |
|---|---|
| java.io | |
| java.lang | |
| java.lang.annotation | |
| java.lang.invoke | |
| java.net | |
| java.text | |
| java.time.format | |
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
EOFException |
class |
FileNotFoundException |
class |
InterruptedIOException |
class |
IOException |
class |
UnsupportedEncodingException |
class |
UTFDataFormatException |
| Constructor and Description |
|---|
IOException(String s,
Throwable cause) |
IOException(Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodError |
class |
ArithmeticException |
class |
ArrayIndexOutOfBoundsException |
class |
ArrayStoreException |
class |
AssertionError |
class |
ClassCastException |
class |
ClassNotFoundException |
class |
CloneNotSupportedException |
class |
Error |
class |
Exception |
class |
IllegalAccessException |
class |
IllegalArgumentException |
class |
IllegalMonitorStateException |
class |
IllegalStateException |
class |
IllegalThreadStateException |
class |
IncompatibleClassChangeError |
class |
IndexOutOfBoundsException |
class |
InstantiationException |
class |
InterruptedException |
class |
LinkageError |
class |
NegativeArraySizeException |
class |
NoClassDefFoundError |
class |
NoSuchFieldError |
class |
NullPointerException |
class |
NumberFormatException |
class |
OutOfMemoryError |
class |
RuntimeException |
class |
SecurityException |
class |
StringIndexOutOfBoundsException |
class |
UnsupportedOperationException |
class |
VirtualMachineError |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
Throwable.getCause() |
Throwable[] |
Throwable.getSuppressed() |
Throwable |
Throwable.initCause(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
Throwable.addSuppressed(Throwable exception) |
Throwable |
Throwable.initCause(Throwable cause) |
| Constructor and Description |
|---|
AssertionError(String message,
Throwable cause) |
Exception(String s,
Throwable cause) |
Exception(Throwable cause) |
IllegalArgumentException(String s,
Throwable cause) |
IllegalArgumentException(Throwable cause) |
IllegalStateException(String s,
Throwable cause) |
IllegalStateException(Throwable cause) |
RuntimeException(String s,
Throwable cause) |
RuntimeException(Throwable cause) |
Throwable(String message,
Throwable cause) |
Throwable(Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationFormatError |
class |
IncompleteAnnotationException |
| Constructor and Description |
|---|
AnnotationFormatError(String message,
Throwable cause) |
AnnotationFormatError(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static MethodHandle |
MethodHandles.catchException(MethodHandle a,
Class<? extends Throwable> b,
MethodHandle c) |
static MethodHandle |
MethodHandles.throwException(Class<?> a,
Class<? extends Throwable> b) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MethodHandle.invoke(Object... a) |
Object |
MethodHandle.invokeExact(Object... a) |
Object |
MethodHandle.invokeWithArguments(List<?> a) |
Object |
MethodHandle.invokeWithArguments(Object... a) |
| Modifier and Type | Class and Description |
|---|---|
class |
URISyntaxException |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseException |
| Modifier and Type | Class and Description |
|---|---|
class |
DateTimeParseException |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException |
class |
EmptyStackException |
class |
NoSuchElementException |
Copyright © 2026. All rights reserved.