« V8Js::registerExtension
V8JsException::getJsFileName »
PHP Manual
V8js
La classe V8JsException
La classe
V8JsException
(PECL v8js >= 0.1.0)
Introduction
Synopsis de la classe
class
V8JsException
extends
Exception
{
/* Propriétés */
protected
$
JsFileName
;
protected
$
JsLineNumber
;
protected
$
JsSourceLine
;
protected
$
JsTrace
;
/* Propriétés héritées */
protected
string
$
message
= ""
;
private
string
$
string
= ""
;
protected
int
$
code
;
protected
string
$
file
= ""
;
protected
int
$
line
;
private
array
$
trace
= []
;
private
?
Throwable
$
previous
= null
;
/* Méthodes */
final
public
getJsFileName
():
string
final
public
getJsLineNumber
():
int
final
public
getJsSourceLine
():
string
final
public
getJsTrace
():
string
/* Méthodes héritées */
final
public
Exception::getMessage
():
string
final
public
Exception::getPrevious
():
?
Throwable
final
public
Exception::getCode
():
int
final
public
Exception::getFile
():
string
final
public
Exception::getLine
():
int
final
public
Exception::getTrace
():
array
final
public
Exception::getTraceAsString
():
string
public
Exception::__toString
():
string
private
Exception::__clone
():
void
}
Propriétés
JsFileName
JsLineNumber
JsSourceLine
JsTrace
Sommaire
V8JsException::getJsFileName
— Le but de getJsFileName
V8JsException::getJsLineNumber
— Le but de getJsLineNumber
V8JsException::getJsSourceLine
— Le but de getJsSourceLine
V8JsException::getJsTrace
— Le but de getJsTrace