|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.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
Deprecated. |
DOMLocatorImpl |
fLocator
Deprecated. |
String |
fMessage
Deprecated. |
short |
fSeverity
Deprecated. |
Fields inherited from interface org.apache.xerces.dom3.DOMError |
SEVERITY_ERROR, SEVERITY_FATAL_ERROR, SEVERITY_WARNING |
Constructor Summary | |
DOMErrorImpl()
Deprecated. Default constructor. |
|
DOMErrorImpl(short severity,
XMLParseException exception)
Deprecated. Exctracts information from XMLParserException) |
Method Summary | |
org.apache.xerces.dom3.DOMLocator |
getLocation()
Deprecated. The location of the error. |
String |
getMessage()
Deprecated. An implementation specific string describing the error that occured. |
Object |
getRelatedException()
Deprecated. The related platform dependent exception if any.exception is a reserved word, we need to rename it.Change to "relatedException". |
short |
getSeverity()
Deprecated. The severity of the error, either SEVERITY_WARNING ,
SEVERITY_ERROR , or SEVERITY_FATAL_ERROR . |
void |
reset()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Exception fException
public DOMLocatorImpl fLocator
public String fMessage
public short fSeverity
Constructor Detail |
public DOMErrorImpl()
public DOMErrorImpl(short severity, XMLParseException exception)
Method Detail |
public org.apache.xerces.dom3.DOMLocator getLocation()
getLocation
in interface org.apache.xerces.dom3.DOMError
public String getMessage()
getMessage
in interface org.apache.xerces.dom3.DOMError
public Object getRelatedException()
getRelatedException
in interface org.apache.xerces.dom3.DOMError
public short getSeverity()
SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
getSeverity
in interface org.apache.xerces.dom3.DOMError
public void reset()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |