|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.dom.DOMErrorImpl
public class DOMErrorImpl
DOMErrorImpl
is an implementation that describes an error.
Note: The error object that describes the error
might be reused by Xerces implementation, across multiple calls to the
handleEvent method on DOMErrorHandler interface.
See also the Document Object Model (DOM) Level 3 Core Specification.
Field Summary | |
---|---|
Exception |
fException
|
DOMLocatorImpl |
fLocator
|
String |
fMessage
|
Object |
fRelatedData
|
short |
fSeverity
|
String |
fType
|
Fields inherited from interface org.w3c.dom.DOMError |
---|
SEVERITY_ERROR, SEVERITY_FATAL_ERROR, SEVERITY_WARNING |
Constructor Summary | |
---|---|
DOMErrorImpl()
Default constructor. |
|
DOMErrorImpl(short severity,
XMLParseException exception)
Exctracts information from XMLParserException) |
Method Summary | |
---|---|
DOMLocator |
getLocation()
The location of the error. |
String |
getMessage()
An implementation specific string describing the error that occured. |
Object |
getRelatedData()
|
Object |
getRelatedException()
The related platform dependent exception if any.exception is a reserved word, we need to rename it.Change to "relatedException". |
short |
getSeverity()
The severity of the error, either SEVERITY_WARNING ,
SEVERITY_ERROR , or SEVERITY_FATAL_ERROR . |
String |
getType()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short fSeverity
public String fMessage
public DOMLocatorImpl fLocator
public Exception fException
public String fType
public Object fRelatedData
Constructor Detail |
---|
public DOMErrorImpl()
public DOMErrorImpl(short severity, XMLParseException exception)
Method Detail |
---|
public short getSeverity()
SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
getSeverity
in interface DOMError
public String getMessage()
getMessage
in interface DOMError
public DOMLocator getLocation()
getLocation
in interface DOMError
public Object getRelatedException()
getRelatedException
in interface DOMError
public void reset()
public String getType()
getType
in interface DOMError
public Object getRelatedData()
getRelatedData
in interface DOMError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |