libcommonc++
0.7
|
Go to the source code of this file.
Classes | |
class | JavaException |
A base class for all Java Virtual Machine exceptions. More... | |
class | JavaSignatureException |
An exception indicating that a Java method signature string was malformed. More... | |
class | JavaClassNotFoundException |
An exception indicating that a requested Java class was not found. More... | |
class | JavaMethodNotFoundException |
An exception indicating that a requested method of a Java class was not found. More... | |
class | JavaFieldNotFoundException |
An exception indicating that a requested field of a Java class was not found. More... | |
class | JavaInstantiationException |
An exception indicating that an error occurred while instantiating a Java class. More... | |
class | JavaInvocationException |
An exception indicating that a Java exception occurred while invoking a Java method. More... | |
class | JavaFieldAccessException |
An exception indicating an attempt at an invalid field access. More... | |
class | JavaArrayAccessException |
An exception indicating an attempt to store a value of an inappropriate type into a Java array. More... | |
class | JavaOutOfMemoryException |
An exception indicating exhaustion of heap space in the Java Virtual Machine. More... | |
class | JavaMonitorException |
An exception indicating an illegal monitor state. More... | |
class | JavaThreadException |
An exception indicating a native thread attach or detach operation failed. More... | |
class | JavaNotAttachedException |
An exception indicating that a call was made from a native thread that is not attached to the JVM. More... | |
class | JavaClassLoaderException |
An exception indicating that the raw bytecode for a class could not be loaded because of a class format, bytecode verification, or security error. More... | |
Namespaces | |
ccxx | |