Main Page
Related Pages
Modules
Namespaces
Classes
Files
Directories
C++ classes mimicking java.lang
Classes
class
beecrypt::io::DataOutputStream
class
beecrypt::lang::Character
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::Object
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::String
This class represents Unicode character strings.
More...
class
beecrypt::lang::StringBuffer
class
beecrypt::lang::StringBuilder
class
beecrypt::lang::System
class
beecrypt::lang::Thread
class
beecrypt::lang::Throwable
This class is the superclass of all errors and exceptions used by the BeeCrypt C++ API.
More...
Files
file
Appendable.h
file
ArithmeticException.h
file
Character.h
file
CharSequence.h
file
ClassCastException.h
file
Cloneable.h
file
CloneNotSupportedException.h
file
Comparable.h
file
Error.h
file
Exception.h
file
IllegalArgumentException.h
file
IllegalMonitorStateException.h
file
IllegalStateException.h
file
IllegalThreadStateException.h
file
IndexOutOfBoundsException.h
file
Integer.h
file
InterruptedException.h
file
Long.h
file
NullPointerException.h
file
Number.h
file
NumberFormatException.h
file
Object.h
file
OutOfMemoryError.h
file
Runnable.h
file
RuntimeException.h
file
String.h
file
StringBuffer.h
file
StringBuilder.h
file
System.h
file
Thread.h
file
Throwable.h
file
UnsupportedOperationException.h
Enumerations
enum
beecrypt::lang::Thread::State
{
beecrypt::lang::Thread::NEW
,
beecrypt::lang::Thread::RUNNABLE
,
beecrypt::lang::Thread::BLOCKED
,
beecrypt::lang::Thread::WAITING
,
beecrypt::lang::Thread::TIMED_WAITING
,
beecrypt::lang::Thread::TERMINATED
}
Enumeration Type Documentation
enum
beecrypt::lang::Thread::State
[inherited]
Enumerator:
NEW
RUNNABLE
BLOCKED
WAITING
TIMED_WAITING
TERMINATED
Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by
1.5.8