Public Member Functions | |
ExcInvalidFEName (const std::string a1) | |
virtual | ~ExcInvalidFEName () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const std::string | arg1 |
Either the string is badly formatted or you are using a custom element that must be added using add_fe_name() first.
FETools::ExcInvalidFEName::ExcInvalidFEName | ( | const std::string | a1 | ) | [inline] |
virtual FETools::ExcInvalidFEName::~ExcInvalidFEName | ( | ) | throw () [inline, virtual] |
virtual void FETools::ExcInvalidFEName::print_info | ( | std::ostream & | out | ) | const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
const std::string FETools::ExcInvalidFEName::arg1 [private] |