casa
$Rev:20696$
|
#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 42 of file FunctionFactoryErrors.h.
casa::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 47 of file FunctionFactoryErrors.h.
virtual casa::UnrecognizedFunctionError::~UnrecognizedFunctionError | ( | ) | throw () [virtual] |
const String& casa::UnrecognizedFunctionError::getName | ( | ) | [inline] |
Definition at line 53 of file FunctionFactoryErrors.h.
String casa::UnrecognizedFunctionError::fname [private] |
Definition at line 56 of file FunctionFactoryErrors.h.