org.apache.batik.dom
protected class AbstractDocument.DocumentError extends Object implements DOMError
Nested Class Summary | |
---|---|
protected class | AbstractDocument.DocumentError.ErrorLocation
The DOMLocator implementation. |
Field Summary | |
---|---|
protected DOMLocator | domLocator
The DOMLocator for this error. |
protected String | message
The error message. |
protected Object | relatedException
The exception which cuased this error. |
protected Node | relatedNode
The error related data. |
protected short | severity
The error severity. |
protected String | type
The error type. |
Constructor Summary | |
---|---|
DocumentError(String type, short severity, String message, Node relatedNode, Exception relatedException)
Creates a new DocumentError object. |
Method Summary | |
---|---|
DOMLocator | getLocation() |
String | getMessage() |
Object | getRelatedData() |
Object | getRelatedException() |
short | getSeverity() |
String | getType() |