|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractDocument.DocumentError
protected class AbstractDocument.DocumentError
DOMError implementation.
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. |
Fields inherited from interface org.w3c.dom.DOMError |
---|
SEVERITY_ERROR, SEVERITY_FATAL_ERROR, SEVERITY_WARNING |
Constructor Summary | |
---|---|
AbstractDocument.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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String type
protected short severity
protected String message
protected Node relatedNode
protected Object relatedException
protected DOMLocator domLocator
Constructor Detail |
---|
public AbstractDocument.DocumentError(String type, short severity, String message, Node relatedNode, Exception relatedException)
Method Detail |
---|
public String getType()
getType
in interface DOMError
public short getSeverity()
getSeverity
in interface DOMError
public String getMessage()
getMessage
in interface DOMError
public Object getRelatedData()
getRelatedData
in interface DOMError
public Object getRelatedException()
getRelatedException
in interface DOMError
public DOMLocator getLocation()
getLocation
in interface DOMError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |