Serialized Form
-
Package uk.blankaspect.common.basictree
-
Exception uk.blankaspect.common.basictree.NodeTypeException
class NodeTypeException extends RuntimeException implements Serializable-
Serialized Fields
-
nodeType
NodeType nodeType
The node type that is associated with this exception.
-
-
-
-
Package uk.blankaspect.common.json
-
Exception uk.blankaspect.common.json.JsonParser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
columnIndex
int columnIndex
The zero-based index of the column of the input text at which the exception occurred. -
lineIndex
int lineIndex
The zero-based index of the line of the input text at which the exception occurred.
-
-
-