| java.lang.Object org.apache.xerces.dom.DOMErrorImpl
DOMErrorImpl | public class DOMErrorImpl implements DOMError(Code) | | 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.
author: Gopal Sharma, SUN Microsystems Inc. author: Elena Litani, IBM version: $Id: DOMErrorImpl.java 447266 2006-09-18 05:57:49Z mrglavas $ |
fSeverity | public short fSeverity(Code) | | |
DOMErrorImpl | public DOMErrorImpl()(Code) | | Default constructor.
|
DOMErrorImpl | public DOMErrorImpl(short severity, XMLParseException exception)(Code) | | Exctracts information from XMLParserException)
|
getMessage | public String getMessage()(Code) | | An implementation specific string describing the error that occured.
|
getRelatedException | public Object getRelatedException()(Code) | | The related platform dependent exception if any.exception is a reserved
word, we need to rename it.Change to "relatedException". (F2F 26 Sep
2001)
|
getSeverity | public short getSeverity()(Code) | | The severity of the error, either SEVERITY_WARNING ,
SEVERITY_ERROR , or SEVERITY_FATAL_ERROR .
|
reset | public void reset()(Code) | | |
|
|