Serialized Form
-
Package uk.blankaspect.common.basictree
-
Exception Class 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.exception2
-
Exception Class uk.blankaspect.common.exception2.BaseException
class BaseException extends Exception implements Serializable -
Exception Class uk.blankaspect.common.exception2.FileException
class FileException extends LocationException implements Serializable-
Serialized Fields
-
location
Path location
The location with which this exception is associated.
-
-
-
Exception Class uk.blankaspect.common.exception2.LocationException
class LocationException extends BaseException implements Serializable
-
-
Package uk.blankaspect.common.json
-
Exception Class 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.
-
-
-
-
Package uk.blankaspect.common.jsonxml
-
Exception Class uk.blankaspect.common.jsonxml.ElementKind.UnexpectedKindException
class UnexpectedKindException extends RuntimeException implements Serializable -
Exception Class uk.blankaspect.common.jsonxml.JsonGeneratorXml.UnrecognisedElementException
class UnrecognisedElementException extends RuntimeException implements Serializable-
Serialized Fields
-
element
Element element
The element that is associated with this exception.
-
-
-