PHP Doku:: The V8JsException class - class.v8jsexception.html

Verlauf / Chronik / History: (2) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenV8 Javascript Engine IntegrationThe V8JsException class

Ein Service von Reinhard Neidl - Webprogrammierung.

V8 Javascript Engine Integration

<<V8Js::registerExtension

V8JsException::getJsFileName>>


UnterSeiten:

The V8JsException class

Einführung

Klassenbeschreibung

V8JsException extends Exception {
/* Properties */
protected $JsFileName ;
protected $JsLineNumber ;
protected $JsSourceLine ;
protected $JsTrace ;
/* Methods */
final public void getJsFileName ( void )
final public void getJsLineNumber ( void )
final public void getJsSourceLine ( void )
final public void getJsTrace ( void )
/* Inherited methods */
final public string Exception::getMessage ( void )
final public Exception Exception::getPrevious ( void )
final public int 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 )
}

Eigenschaften

message

code

file

line

JsFileName

JsLineNumber

JsSourceLine

JsTrace

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)