Package org.loboevolution.html.dom
Interface DOMError
- All Known Implementing Classes:
DOMErrorImpl
public interface DOMError
The public interface DOMError.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
static final short
static final short
-
Method Summary
-
Field Details
-
SEVERITY_WARNING
static final short SEVERITY_WARNING- See Also:
-
SEVERITY_ERROR
static final short SEVERITY_ERROR- See Also:
-
SEVERITY_FATAL_ERROR
static final short SEVERITY_FATAL_ERROR- See Also:
-
-
Method Details
-
getSeverity
short getSeverity() -
getMessage
String getMessage() -
getType
String getType() -
getRelatedException
Object getRelatedException() -
getRelatedData
Object getRelatedData() -
getLocation
DOMLocator getLocation()
-