DOMEXCEPTION(3) 1 DOMEXCEPTION(3)
The DOMException class
INTRODUCTION
DOM operations raise exceptions under particular circumstances, i.e., when an operation is impossible to perform for logical reasons.
See also "Exceptions".
CLASS SYNOPSIS
DOMException
DOMExceptionextends
Exception
Properties
o readonlypublic int$code
Inherited methods
o finalpublic string Exception::getMessage (void )
o finalpublic Exception Exception::getPrevious (void )
o finalpublic mixed Exception::getCode (void )
o finalpublic string Exception::getFile (void )
o finalpublic int Exception::getLine (void )
o finalpublic array Exception::getTrace (void )
o finalpublic string Exception::getTraceAsString (void )
o public string Exception::__toString (void )
o finalprivate void Exception::__clone (void )
PROPERTIES
o $code
-An integer indicating the type of error generated
PHP Documentation Group DOMEXCEPTION(3)