Classes | |
| class | ClassCastException |
| class | Cloneable |
| class | CloneNotSupportedException |
| class | Comparable |
| class | Error |
| This subclass of Throwable is used to indicate a serious problem, which should not be caught by the application. More... | |
| class | Exception |
| This subclass of Throwable is used to indicate a problem which the application may want to catch. More... | |
| class | IllegalArgumentException |
| This class is used to indicate that a method was passed an illegal or inappropriate argument. More... | |
| class | IllegalStateException |
| This class is used to indicate that a method was called at an illegal or inappropriate time, e.g. before an object was initialized. More... | |
| class | Integer |
| class | Long |
| class | NullPointerException |
| This class is used to indicate that an application has found a null pointer where an object was required. More... | |
| class | Number |
| class | NumberFormatException |
| Thrown to indicate that the conversion from a String to a numeric value due to an inappropriate format. More... | |
| class | Object |
| class | OutOfMemoryError |
| This class is used to indicate that the application has run out of memory. More... | |
| class | RuntimeException |
| This class is the superclass of exceptions that can be thrown during normal operation. More... | |
| class | System |
| class | Throwable |
| This class is the superclass of all errors and exceptions used by the BeeCrypt C++ API. More... | |
| class | UnsupportedOperationException |
Typedefs | |
| typedef UnicodeString | String |
| This typedef defines our String class as IBM's ICU UnicodeString. | |
1.5.5