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