17#ifndef _DECAF_LANG_EXCEPTIONS_SECURITYEXCEPTION_H_
18#define _DECAF_LANG_EXCEPTIONS_SECURITYEXCEPTION_H_
72 SecurityException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Exception()
Default Constructor.
SecurityException(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.
SecurityException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
virtual SecurityException * clone() const
Clones this exception.
Definition SecurityException.h:106
SecurityException(const SecurityException &ex)
Copy Constructor.
SecurityException()
Default Constructor.
virtual ~SecurityException()
SecurityException(const Exception &ex)
Conversion Constructor from some other Exception.
SecurityException(const std::exception *cause)
Constructor.
#define DECAF_API
Definition Config.h:29
Definition ArrayIndexOutOfBoundsException.h:24
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25