#include <iso_synth_exception.h>
Public Member Functions | |
| SynthException (String pType, String pMessage, String pSourceFile, String pFunction, int pLineNumber) | |
| parameter based contstructor | |
| SynthException (String pMessage, String pSourceFile, String pFunction, int pLineNumber) | |
| parameter based contstructor | |
| SynthException (const Exception &pException) | |
| copy constructor | |
| ~SynthException () | |
| destructor | |
Protected Member Functions | |
| SynthException () | |
| default constructur | |
Static Protected Member Functions | |
| static void | initExceptionTypes () |
| initialize exception types | |
Static Protected Attributes | |
| static bool | sExceptionTypesInitialized |
| reflects whether exception types have been initialized | |
Friends | |
| std::ostream & | operator<< (std::ostream &pOstream, const SynthException &pException) |
| print exception information | |
| SynthException::SynthException | ( | String | pType, | |
| String | pMessage, | |||
| String | pSourceFile, | |||
| String | pFunction, | |||
| int | pLineNumber | |||
| ) |
parameter based contstructor
| pType | type of exception | |
| pMessage | addition text describing exception | |
| pSourceFile | source code file name in which exception occurred | |
| pFunction | function name in which exception occurred | |
| pLineNumber | line number within source file at which exception occurred |
| SynthException::SynthException | ( | String | pMessage, | |
| String | pSourceFile, | |||
| String | pFunction, | |||
| int | pLineNumber | |||
| ) |
parameter based contstructor
| pMessage | addition text describing exception | |
| pSourceFile | source code file name in which exception occurred | |
| pFunction | function name in which exception occurred | |
| pLineNumber | line number within source file at which exception occurred |
| SynthException::SynthException | ( | const Exception & | pException | ) |
copy constructor
| pException | exception |
| SynthException::~SynthException | ( | ) |
destructor
| SynthException::SynthException | ( | ) | [protected] |
default constructur
| void SynthException::initExceptionTypes | ( | ) | [static, protected] |
initialize exception types
| std::ostream& operator<< | ( | std::ostream & | pOstream, | |
| const SynthException & | pException | |||
| ) | [friend] |
print exception information
bool SynthException::sExceptionTypesInitialized [static, protected] |
reflects whether exception types have been initialized
1.5.1