| Package | Description |
|---|---|
| java.lang |
Core Java classes
|
| java.util |
Utilities
|
| tijos.framework.util.json |
JSON-java suppport
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticException |
class |
ArrayIndexOutOfBoundsException |
class |
ArrayStoreException |
class |
ClassCastException |
class |
IllegalArgumentException |
class |
IllegalMonitorStateException |
class |
IllegalStateException |
class |
IndexOutOfBoundsException |
class |
NegativeArraySizeException |
class |
NullPointerException |
class |
NumberFormatException |
class |
StringIndexOutOfBoundsException |
class |
UnsupportedOperationException |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException
Exception thrown by Iterators if the underlying connection has been modified during the iteration.
|
class |
EmptyQueueException
An exception thrown by some Queue class methods
to indicate that the Queue is empty
|
class |
EmptyStackException
An exception thrown by some stack class methods
to indicate that the stack is empty
|
class |
MissingResourceException
This exception is thrown when a resource is missing.
|
class |
NoSuchElementException
NoSuchElementException is a Exception used with StringTokenizer
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONException
The JSONException is thrown by the JSON.org classes when things are amiss.
|