17#ifndef _DECAF_LANG_EXCEPTIONS_NEGATIVEARRAYSIZEEXCEPTION_H_
18#define _DECAF_LANG_EXCEPTIONS_NEGATIVEARRAYSIZEEXCEPTION_H_
Definition: Exception.h:38
Definition: NegativeArraySizeException.h:31
virtual NegativeArraySizeException * clone() const
Clones this exception.
Definition: NegativeArraySizeException.h:95
NegativeArraySizeException(const NegativeArraySizeException &ex)
Copy Constructor.
NegativeArraySizeException(const Exception &ex)
Conversion Constructor from some other Decaf Exception.
NegativeArraySizeException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
virtual ~NegativeArraySizeException()
NegativeArraySizeException()
Default Constructor.
NegativeArraySizeException(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.
NegativeArraySizeException(const std::exception *cause)
Constructor.
Definition: RuntimeException.h:33
#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