| org.w3c.dom.DOMError
Method Summary | |
public DOMLocator | getLocation() The location of the error. | public String | getMessage() An implementation specific string describing the error that occured. | public Object | getRelatedException() The related platform dependent exception if any.exception is a reserved
word, we need to rename it.Change to "relatedException". | public short | getSeverity() The severity of the error, either SEVERITY_WARNING ,
SEVERITY_ERROR , or SEVERITY_FATAL_ERROR . |
SEVERITY_ERROR | final public static short SEVERITY_ERROR(Code) | | The severity of the error described by the DOMError is
error
|
SEVERITY_FATAL_ERROR | final public static short SEVERITY_FATAL_ERROR(Code) | | The severity of the error described by the DOMError is
fatal error
|
SEVERITY_WARNING | final public static short SEVERITY_WARNING(Code) | | The severity of the error described by the DOMError is
warning
|
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 .
|
|
|