#include <FunctionFactoryErrors.h>
Public Member Functions | |
InvalidSerializationError (const String &reason, Category c=GENERAL) | |
create an exception indicating a Record serialization of a Function is invalid. | |
virtual | ~InvalidSerializationError () throw () |
const String & | getReason () |
Static Public Attributes | |
static const String | preamble |
Private Attributes | |
String | reas |
Definition at line 60 of file FunctionFactoryErrors.h.
casacore::InvalidSerializationError::InvalidSerializationError | ( | const String & | reason, | |
Category | c = GENERAL | |||
) | [inline] |
create an exception indicating a Record serialization of a Function is invalid.
The error message will be a "Invalid function description in record: " + reason.
Definition at line 65 of file FunctionFactoryErrors.h.
virtual casacore::InvalidSerializationError::~InvalidSerializationError | ( | ) | throw () [virtual] |
const String& casacore::InvalidSerializationError::getReason | ( | ) | [inline] |
Definition at line 69 of file FunctionFactoryErrors.h.
const String casacore::InvalidSerializationError::preamble [static] |
Definition at line 71 of file FunctionFactoryErrors.h.
Definition at line 74 of file FunctionFactoryErrors.h.