![]() |
|
Public Member Functions | |
IOerror (const string &title) | |
Construct from title string. | |
IOerror (const dictionary &errDict) | |
Construct from dictionary. | |
const string & | ioFileName () const |
label | ioStartLineNumber () const |
label | ioEndLineNumber () const |
OSstream & | operator() (const char *functionName, const char *sourceFileName, const int sourceFileLineNumber, const string &ioFileName, const label ioStartLineNumber=-1, const label ioEndLineNumber=-1) |
Convert to Ostream. | |
OSstream & | operator() (const char *functionName, const char *sourceFileName, const int sourceFileLineNumber, const IOstream &) |
Convert to Ostream. | |
OSstream & | operator() (const char *functionName, const char *sourceFileName, const int sourceFileLineNumber, const dictionary &) |
Convert to Ostream. | |
operator dictionary () const | |
Create and return a dictionary. | |
void | exit (const int errNo=1) |
Exit : can be called for any error to exit program. | |
void | abort () |
Abort : used to stop code for fatal errors. | |
Friends | |
Ostream & | operator<< (Ostream &, const IOerror &) |
|
Construct from title string.
|
|
Construct from dictionary.
|
|
Abort : used to stop code for fatal errors.
Reimplemented from error. |
|
Exit : can be called for any error to exit program.
Reimplemented from error. |
|
|
|
|
|
Definition at line 210 of file error.H. References Foam::label. |
|
Create and return a dictionary.
Reimplemented from error. |
|
Convert to Ostream. Prints basic message and then returns Ostream for further info. Reimplemented from messageStream. |
|
Convert to Ostream. Prints basic message and then returns Ostream for further info. Reimplemented from messageStream. |
|
Convert to Ostream. Prints basic message and then returns Ostream for further info. Reimplemented from messageStream. |
|
|