protected XMLParseException |
XMLElement.expectedInput(java.lang.String charSet) |
Creates a parse exception for when the next character read is not
the character that was expected.
|
protected XMLParseException |
XMLElement.expectedInput(java.lang.String charSet,
char ch) |
Creates a parse exception for when the next character read is not
the character that was expected.
|
protected XMLParseException |
XMLElement.invalidValue(java.lang.String name,
java.lang.String value) |
Creates a parse exception for when an invalid value is given to a
method.
|
protected XMLParseException |
XMLElement.invalidValueSet(java.lang.String name) |
Creates a parse exception for when an invalid valueset is given to
a method.
|
protected XMLParseException |
XMLElement.syntaxError(java.lang.String context) |
Creates a parse exception for when a syntax error occured.
|
protected XMLParseException |
XMLElement.unexpectedEndOfData() |
Creates a parse exception for when the end of the data input has been
reached.
|
protected XMLParseException |
XMLElement.unknownEntity(java.lang.String name) |
Creates a parse exception for when an entity could not be resolved.
|