Class RuntimeException
Runtime exception raised when working with a reflection element.
-
Exception
-
RuntimeException
-
TokenReflection\Exception\BaseException
-
TokenReflection\Exception\RuntimeException
Methods summary
public
|
|
public
TokenReflection\IReflection
|
#
getSender( )
Returns the reflection element that caused the exception to be raised.
Returns the reflection element that caused the exception to be raised.
Returns
|
public
string
|
#
getDetail( )
Returns an exception description detail.
Returns an exception description detail.
Returns
string
|
Methods inherited from Exception
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Constants summary
integer |
NOT_ACCESSBILE
|
3002 |
#
The property/method is not accessible.
The property/method is not accessible.
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|