V8JsException (class)
The V8JsException class
介绍
(PECL v8js >= 0.1.0)
类的简介
V8JsException
扩展异常{
/* Properties */
受保护的$ JsFileName;
受保护的$ JsLineNumber;
受保护的$ JsSourceLine;
受保护的$ JsTrace;
/* Inherited properties */
受保护的字符串$ message;
受保护的int $code;
受保护的字符串$ file;
protected int $ line;
/* Methods */
final public string getJsFileName ( void )
final public int getJsLineNumber ( void )
final public string getJsSourceLine ( void )
final public string getJsTrace ( void )
/* 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 )
}
属性
JsFileNameJsLineNumberJsSourceLineJsTrace
目录
- V8JsException :: getJsFileName - getJsFileName的用途
- V8JsException :: getJsLineNumber - getJsLineNumber的用途
- V8JsException :: getJsSourceLine - getJsSourceLine的用途
- V8JsException :: getJsTrace - getJsTrace的用途
← V8Js::registerExtension
V8JsException::getJsFileName →