Exception thrown when an error is found in a XML stream. More...
Inheritance diagram for cogitant.base.ExceptionXml:Public Member Functions | |
| ExceptionXml (int code, String streamname, long line, String msg) | |
| String | toString () |
Static Public Attributes | |
| static final int | CLOSE_WITHOUT_OPEN = 101 |
| static final int | WRONG_CLOSE = 102 |
| static final int | TEXT_OUTSIDE_ELEMENT = 103 |
| static final int | PREMATURE_EOF = 104 |
| static final int | UNKNOWN_ENTITY = 105 |
| static final int | TWO_ROOTS = 106 |
| static final int | WRONG_DOCTYPEDECLARATION_PARENT = 107 |
| static final int | WRONG_DOCTYPEDECLARATION = 108 |
| static final int | WRONG_ENTITYDECLARATION = 109 |
| static final int | UNKNOWN_FORMAT = 120 |
| static final int | INVALID_DOCUMENT = 121 |
Exception thrown when an error is found in a XML stream.
| cogitant.base.ExceptionXml.ExceptionXml | ( | int | code, |
| String | streamname, | ||
| long | line, | ||
| String | msg | ||
| ) |
| String cogitant.base.ExceptionXml.toString | ( | ) |
Reimplemented from cogitant.base.ExceptionIO.
References cogitant.base.ExceptionXml.CLOSE_WITHOUT_OPEN, cogitant.base.Exception.code(), cogitant.base.ExceptionXml.INVALID_DOCUMENT, cogitant.base.ExceptionXml.PREMATURE_EOF, cogitant.base.ExceptionXml.TEXT_OUTSIDE_ELEMENT, cogitant.base.ExceptionXml.TWO_ROOTS, cogitant.base.ExceptionXml.UNKNOWN_ENTITY, cogitant.base.ExceptionXml.UNKNOWN_FORMAT, cogitant.base.ExceptionXml.WRONG_CLOSE, cogitant.base.ExceptionXml.WRONG_DOCTYPEDECLARATION, cogitant.base.ExceptionXml.WRONG_DOCTYPEDECLARATION_PARENT, and cogitant.base.ExceptionXml.WRONG_ENTITYDECLARATION.
final int cogitant.base.ExceptionXml.CLOSE_WITHOUT_OPEN = 101 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.INVALID_DOCUMENT = 121 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.PREMATURE_EOF = 104 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.TEXT_OUTSIDE_ELEMENT = 103 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.TWO_ROOTS = 106 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.UNKNOWN_ENTITY = 105 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.UNKNOWN_FORMAT = 120 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.WRONG_CLOSE = 102 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.WRONG_DOCTYPEDECLARATION = 108 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.WRONG_DOCTYPEDECLARATION_PARENT = 107 [static] |
Referenced by cogitant.base.ExceptionXml.toString().
final int cogitant.base.ExceptionXml.WRONG_ENTITYDECLARATION = 109 [static] |
Referenced by cogitant.base.ExceptionXml.toString().