Exception thrown when a IO operation fails. More...
Public Member Functions | |
ExceptionIO (int code, String streamname, long line, String what) | |
String | streamname () |
long | line () |
String | toString () |
Public Member Functions inherited from cogitant.base.Exception | |
Exception (int code, String message) | |
int | code () |
String | toString () |
String | what () |
String | className () |
Static Public Attributes | |
static final int | NOTYPE =0 |
static final int | OPEN =1 |
static final int | CREATE =2 |
static final int | READ =3 |
static final int | WRITE =4 |
static final int | FORMAT =5 |
static final int | HEADER =6 |
static final int | CONNECT =7 |
static final int | ENDOFSTREAM =8 |
static final int | CHECK =9 |
Protected Attributes | |
String | m_streamname |
long | m_line |
Additional Inherited Members | |
Protected Member Functions inherited from cogitant.base.Exception | |
String | messageAsIdToString () |
Considers message as an id (iSet) and converts as String. More... | |
Exception thrown when a IO operation fails.
cogitant.base.ExceptionIO.ExceptionIO | ( | int | code, |
String | streamname, | ||
long | line, | ||
String | what | ||
) |
References cogitant.base.ExceptionIO.line(), and cogitant.base.ExceptionIO.streamname().
long cogitant.base.ExceptionIO.line | ( | ) |
References cogitant.base.ExceptionIO.m_line.
Referenced by cogitant.base.ExceptionIO.ExceptionIO().
String cogitant.base.ExceptionIO.streamname | ( | ) |
References cogitant.base.ExceptionIO.m_streamname.
Referenced by cogitant.base.ExceptionIO.ExceptionIO().
String cogitant.base.ExceptionIO.toString | ( | ) |
References cogitant.base.Exception.code().
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by cogitant.base.ExceptionInputLexeme.ExceptionInputLexeme().
|
static |
|
protected |
Referenced by cogitant.base.ExceptionIO.line().
|
protected |
Referenced by cogitant.base.ExceptionIO.streamname().
|
static |
|
static |
|
static |
|
static |