« V8Js::registerExtension
V8JsException::getJsFileName »
PHP Manual
V8js
La classe V8JsException
La classe
V8JsException
(PECL v8js >= 0.1.0)
Introduction
Synopsis de la classe
V8JsException
extends
Exception
{
/* Propriétés */
protected
$
JsFileName
;
protected
$
JsLineNumber
;
protected
$
JsSourceLine
;
protected
$
JsTrace
;
/* Propriétés héritées */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* Méthodes */
final
public
getJsFileName
(
void
) :
string
final
public
getJsLineNumber
(
void
) :
int
final
public
getJsSourceLine
(
void
) :
string
final
public
getJsTrace
(
void
) :
string
/* Méthodes héritées */
final
public
Exception::getMessage
(
void
) :
string
final
public
Exception::getPrevious
(
void
) :
Throwable
final
public
Exception::getCode
(
void
) :
mixed
final
public
Exception::getFile
(
void
) :
string
final
public
Exception::getLine
(
void
) :
int
final
public
Exception::getTrace
(
void
) :
array
final
public
Exception::getTraceAsString
(
void
) :
string
public
Exception::__toString
(
void
) :
string
final
private
Exception::__clone
(
void
) :
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