#include <FunctionFactoryErrors.h>
Public Member Functions | |
| UnrecognizedFunctionError (const String &name, Category c=INVALID_ARGUMENT) | |
| create an exception indicating that the a function of the given name is not recognized | |
| virtual | ~UnrecognizedFunctionError () throw () |
| const String & | getName () |
Private Attributes | |
| String | fname |
Definition at line 43 of file FunctionFactoryErrors.h.
| casacore::UnrecognizedFunctionError::UnrecognizedFunctionError | ( | const String & | name, | |
| Category | c = INVALID_ARGUMENT | |||
| ) | [inline] |
create an exception indicating that the a function of the given name is not recognized
Definition at line 48 of file FunctionFactoryErrors.h.
| virtual casacore::UnrecognizedFunctionError::~UnrecognizedFunctionError | ( | ) | throw () [virtual] |
| const String& casacore::UnrecognizedFunctionError::getName | ( | ) | [inline] |
Definition at line 54 of file FunctionFactoryErrors.h.
Definition at line 57 of file FunctionFactoryErrors.h.
1.6.1