
Public Member Functions | |
| std::string | getJavaExceptionChain () | 
| Returns the string containing all nested Java exceptions.   | |
| JavaException (const std::string &javaException, const std::string &javaExceptionChain, const std::string &message) | |
Protected Attributes | |
| std::string | javaExceptionChain | 
| Chain of all nested exceptions.   | |
| std::string JavaException::getJavaExceptionChain | ( | ) |  [inline] | 
        
Returns the string containing all nested Java exceptions.
std::string JavaException::javaExceptionChain [protected]           | 
        
Chain of all nested exceptions.
 1.5.3