DOMException (class)
The DOMException class
介绍
(PHP 5, PHP 7)
在特定情况下DOM操作会引发异常,例如,由于逻辑原因无法执行操作时。
另请参阅例外。
课程简介
DOMException
extends Exception {
/* Properties */
readonly public int $code ;
/* Inherited methods */
final public string Exception::getMessage ( void )
final public Throwable Exception::getPrevious ( void )
final public mixed Exception::getCode ( void )
final public string Exception::getFile ( void )
final public int Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private void Exception::__clone ( void )
}
属性
code
指示生成的错误类型的整数
← DOMEntityReference::__construct
DOMImplementation →