#include <xmltooling/encryption/Encrypter.h>
Inheritance diagram for xmlencryption::EncryptionException:
Public Member Functions | |
EncryptionException (const char *msg=NULL, const xmltooling::params &p=xmltooling::params()) | |
Constructor. | |
EncryptionException (const char *msg, const xmltooling::namedparams &p) | |
Constructor. | |
EncryptionException (const std::string &msg, const xmltooling::params &p=xmltooling::params()) | |
Constructor. | |
EncryptionException (const std::string &msg, const xmltooling::namedparams &p) | |
Constructor. | |
virtual const char * | getClassName () const |
Returns a unique name for the exception class. | |
void | raise () const |
Raises an exception using itself. |
virtual const char* xmlencryption::EncryptionException::getClassName | ( | ) | const [inline, virtual] |
Returns a unique name for the exception class.
Reimplemented from xmltooling::XMLSecurityException.
void xmlencryption::EncryptionException::raise | ( | ) | const [inline, virtual] |
Raises an exception using itself.
Used to raise an exception of a derived type.
Reimplemented from xmltooling::XMLSecurityException.