Class XMLStreamError

This error indicates an XML streaming related error in the system. The IOError is always related to a systems internal Java exception. The class provides access to some more details about this internal Java exception. In particular the class informs about the location of the error.

Property Summary 

PropertyDescription
causeFullName: StringIf the exception is associated with a root cause, the property contains the full name of the associated Java exception.
causeMessage: StringIf the exception is associated with a root cause, the property contains the message of the associated Java exception.
causeName: StringIf the exception is associated with a root cause, the property contains the simplified name of the associated Java exception.
javaFullName: StringThe full name of the underlying Java exception.
javaMessage: StringThe message of the underlying Java exception.
javaName: StringThe simplified name of the underlying Java exception.
xmlColumnNumber: NumberThe column number where the error occured.
xmlLineNumber: NumberThe line where the error occured.

Constructor Summary 

ConstructorDescription
XMLStreamError()

Method Summary 

Methods inherited from class Error 

captureStackTrace, toString

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Property Details 

causeFullName 

causeFullName: String

If the exception is associated with a root cause, the property contains the full name of the associated Java exception.


causeMessage 

causeMessage: String

If the exception is associated with a root cause, the property contains the message of the associated Java exception.


causeName 

causeName: String

If the exception is associated with a root cause, the property contains the simplified name of the associated Java exception.


javaFullName 

javaFullName: String

The full name of the underlying Java exception.


javaMessage 

javaMessage: String

The message of the underlying Java exception.


javaName 

javaName: String

The simplified name of the underlying Java exception.


xmlColumnNumber 

xmlColumnNumber: Number

The column number where the error occured.


xmlLineNumber 

xmlLineNumber: Number

The line where the error occured.


Constructor Details 

XMLStreamError() 

XMLStreamError()