public class DOMException extends QuercusLanguageException
Constructor and Description |
---|
DOMException(DOMImplementation impl,
org.w3c.dom.DOMException delegate) |
DOMException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
Value |
toValue(Env env)
Converts the exception to a Value.
|
getFile, getLine, getLocation, getMessage, getTrace, getValue, toException
__toString, create, getMessage, getQuercusStackTrace, setQuercusStackTrace
public DOMException(java.lang.String message)
public DOMException(DOMImplementation impl, org.w3c.dom.DOMException delegate)
public Value toValue(Env env)
toValue
in class QuercusLanguageException