|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.quercus.QuercusException
com.caucho.quercus.env.QuercusLanguageException
com.caucho.quercus.lib.dom.DOMException
public class DOMException
Constructor Summary | |
---|---|
DOMException(DOMImplementation impl,
org.w3c.dom.DOMException delegate)
|
|
DOMException(java.lang.String message)
|
Method Summary | |
---|---|
Value |
toValue(Env env)
Converts the exception to a Value. |
Methods inherited from class com.caucho.quercus.env.QuercusLanguageException |
---|
getFile, getLine, getLocation, getMessage, getTrace, getValue, toException |
Methods inherited from class com.caucho.quercus.QuercusException |
---|
__toString, create, getMessage, getQuercusStackTrace, setQuercusStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DOMException(java.lang.String message)
public DOMException(DOMImplementation impl, org.w3c.dom.DOMException delegate)
Method Detail |
---|
public Value toValue(Env env)
toValue
in class QuercusLanguageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |