Package | Description |
---|---|
de.susebox.java.io | |
de.susebox.java.lang | |
de.susebox.java.util | |
de.susebox.jtopas |
Modifier and Type | Class and Description |
---|---|
class |
ExtIOException
Implementation of the
ThrowableList interface for the JDK exception
IOException . |
Modifier and Type | Class and Description |
---|---|
class |
ExtIllegalArgumentException
Implementation of the
ThrowableList interface for the well-known JDK
IllegalArgumentException . |
class |
ExtIndexOutOfBoundsException
Implementation of the
ThrowableList interface for the JDK
IndexOutOfBoundsException . |
class |
ExtNoSuchMethodException
Implementation of the
ThrowableList interface for the well-known JDK
NoSuchMethodException . |
class |
ExtNullPointerException
Implementation of the
ThrowableList interface for the well-knwon JDK
NullPointerException . |
class |
ExtRuntimeException
Implementation of the
ThrowableList interface for the well-known JDK
RuntimeException . |
class |
ExtUnsupportedOperationException
Implementation of the
ThrowableList interface for the well-known JDK
UnsupportedOperationException . |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ThrowableMessageFormatter.getMessage(ThrowableList ex)
This method should be called by all implementations of the
ThrowableList
interface in their Throwable.getMessage() implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ExtNoSuchElementException
Implementation of the
ThrowableList interface for the JDK exception
NoSuchElementException . |
Modifier and Type | Class and Description |
---|---|
class |
TokenizerException
Wrapper exception for all the problems that may occur while parsing.
|