18#ifndef _DECAF_SECURITY_SIGNATUREEXCEPTION_H_
19#define _DECAF_SECURITY_SIGNATUREEXCEPTION_H_
70 SignatureException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Exception()
Default Constructor.
GeneralSecurityException()
Default Constructor.
SignatureException(const SignatureException &ex)
Copy Constructor.
SignatureException(const std::exception *cause)
Convenience Constructor.
SignatureException()
Default Constructor.
SignatureException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
SignatureException(const Exception &ex)
Conversion Constructor from some other Exception.
SignatureException(const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
virtual ~SignatureException()
virtual SignatureException * clone() const
Clones this exception.
Definition SignatureException.h:104
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25