18#ifndef _DECAF_LANG_EXCEPTIONS_NULLPOINTERENTEXCEPTION_H_
19#define _DECAF_LANG_EXCEPTIONS_NULLPOINTERENTEXCEPTION_H_
67 NullPointerException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Exception()
Default Constructor.
NullPointerException(const std::exception *cause)
Constructor.
NullPointerException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occured.
NullPointerException(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 NullPointerException * clone() const
Clones this exception.
Definition NullPointerException.h:96
NullPointerException(const NullPointerException &ex)
Copy Constructor.
NullPointerException(const Exception &ex)
Conversion Constructor from some other Exception.
virtual ~NullPointerException()
NullPointerException()
Default 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