18#ifndef _DECAF_SECURITY_CERT_CERTIFICATEPARSINGEXCEPTION_H_
19#define _DECAF_SECURITY_CERT_CERTIFICATEPARSINGEXCEPTION_H_
Exception()
Default Constructor.
CertificateException()
Default Constructor.
CertificateParsingException(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 ~CertificateParsingException()
CertificateParsingException(const CertificateParsingException &ex)
Copy Constructor.
CertificateParsingException()
Default Constructor.
CertificateParsingException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occured.
CertificateParsingException(const Exception &ex)
Conversion Constructor from some other Exception.
virtual CertificateParsingException * clone() const
Clones this exception.
Definition CertificateParsingException.h:107
CertificateParsingException(const std::exception *cause)
Constructor.
#define DECAF_API
Definition Config.h:29
Definition Certificate.h:34
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25