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