libcommonc++
0.7
|
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...
#include <JavaException.h++>
Public Member Functions | |
JavaClassLoaderException (String message=String::empty) | |
Construct a new JavaClassLoaderException with an optional cause message. More... | |
void | write (std::ostream &stream) const |
Write a textual representation of the exception to a stream. More... | |
String | getMessage () const |
Get the message associated with the exception. More... | |
virtual const char * | what () const throw () |
Get the message associated with the exception. More... | |
String | toString () const |
Get a textual representation of the exception as a String. More... | |
Protected Attributes | |
String | _message |
The cause message. More... | |
CString | _what |
An exception indicating that the raw bytecode for a class could not be loaded because of a class format, bytecode verification, or security error.
JavaClassLoaderException | ( | String | message = String::empty | ) |
Construct a new JavaClassLoaderException with an optional cause message.
|
inlineinherited |
Get the message associated with the exception.
|
inlineinherited |
Get a textual representation of the exception as a String.
|
virtualinherited |
Get the message associated with the exception.
|
inlinevirtual |
Write a textual representation of the exception to a stream.
Reimplemented from JavaException.
|
protectedinherited |
The cause message.
|
mutableprotectedinherited |