Exception thrown when an error is found in a BCGCT stream. More...
Public Member Functions | |
ExceptionInputBCGCT (int code, String streamname, long line, String msg) | |
String | toString () |
Public Member Functions inherited from cogitant.base.ExceptionInput | |
ExceptionInput (int code, String streamname, long line, String msg) | |
String | toString () |
Public Member Functions inherited from cogitant.base.ExceptionIO | |
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 | SUPPORT_COMPLETION = 201 |
Static Public Attributes inherited from cogitant.base.ExceptionInput | |
static final int | SUPPORT_UNKNOWNCONCEPTTYPE = 101 |
static final int | SUPPORT_UNKNOWNRELATIONTYPE = 102 |
static final int | SUPPORT_UNKNOWNNESTINGTYPE = 103 |
static final int | SUPPORT_UNKNOWNINDIVIDUAL = 104 |
static final int | SUPPORT_UNKNOWNDATATYPE = 105 |
static final int | SUPPORT_DOUBLECONCEPTTYPE = 110 |
static final int | SUPPORT_DOUBLERELATIONTYPE = 111 |
static final int | SUPPORT_DOUBLENESTINGTYPE = 112 |
static final int | SUPPORT_DOUBLEINDIVIDUAL = 113 |
static final int | SUPPORT_DOUBLEBANNEDTYPE = 114 |
static final int | SUPPORT_CONJUNCTIVEDATATYPE = 115 |
static final int | GRAPH_UNKNOWNGRAPHNAME = 120 |
static final int | GRAPH_UNKNOWNNODE = 121 |
static final int | GRAPH_NOTACONCEPT = 122 |
static final int | GRAPH_NOTARELATION = 123 |
static final int | GRAPH_WRONGEDGELABEL = 124 |
static final int | GRAPH_INDIVIDUALWITHDATATYPE = 125 |
static final int | GRAPH_VALUEWITHCONCEPTTYPE = 126 |
static final int | GRAPH_NOTACORRECTVALUE = 127 |
Static Public Attributes inherited from cogitant.base.ExceptionIO | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from cogitant.base.Exception | |
String | messageAsIdToString () |
Considers message as an id (iSet) and converts as String. More... | |
Protected Attributes inherited from cogitant.base.ExceptionIO | |
String | m_streamname |
long | m_line |
Exception thrown when an error is found in a BCGCT stream.
cogitant.base.ExceptionInputBCGCT.ExceptionInputBCGCT | ( | int | code, |
String | streamname, | ||
long | line, | ||
String | msg | ||
) |
String cogitant.base.ExceptionInputBCGCT.toString | ( | ) |
References cogitant.base.Exception.code().
|
static |