beecrypt::lang::Throwable Class Reference
[C++ classes mimicking java.lang]

This class is the superclass of all errors and exceptions used by the BeeCrypt C++ API. More...

#include <Throwable.h>

Inheritance diagram for beecrypt::lang::Throwable:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::lang::Throwable:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Throwable ()
 Throwable (const char *message)
 Throwable (const String &message)
 Throwable (const String *message, const Throwable *cause)
 Throwable (const Throwable *cause)
 ~Throwable ()
const StringgetMessage () const throw ()
const ThrowablegetCause () const throw ()
ThrowableinitCause (const Throwable &)


Detailed Description

This class is the superclass of all errors and exceptions used by the BeeCrypt C++ API.

Constructor & Destructor Documentation

beecrypt::lang::Throwable::Throwable (  ) 

beecrypt::lang::Throwable::Throwable ( const char *  message  ) 

beecrypt::lang::Throwable::Throwable ( const String message  ) 

beecrypt::lang::Throwable::Throwable ( const String message,
const Throwable cause 
)

beecrypt::lang::Throwable::Throwable ( const Throwable cause  ) 

beecrypt::lang::Throwable::~Throwable (  ) 


Member Function Documentation

const Throwable* beecrypt::lang::Throwable::getCause (  )  const throw ()

const String* beecrypt::lang::Throwable::getMessage (  )  const throw ()

Throwable& beecrypt::lang::Throwable::initCause ( const Throwable  ) 


The documentation for this class was generated from the following file:

Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8