Overview

Namespaces

  • TokenReflection
    • Broker
      • Backend
    • Dummy
    • Exception
    • Invalid
    • Php
    • Stream

Exceptions

  • BaseException
  • BrokerException
  • FileProcessingException
  • ParseException
  • RuntimeException
  • StreamException
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Class RuntimeException

Runtime exception raised when working with a reflection element.

Exception
Extended by RuntimeException
Extended by TokenReflection\Exception\BaseException
Extended by TokenReflection\Exception\RuntimeException

Direct known subclasses

TokenReflection\Exception\FileProcessingException
Namespace: TokenReflection\Exception
Located at Exception/RuntimeException.php
Methods summary
public
# __construct( string $message, integer $code, TokenReflection\IReflection $sender = null )

Constructor.

Constructor.

Parameters

$message
string
$message Exception message
$code
integer
$code Exception code
$sender
TokenReflection\IReflection
$sender Reflection element
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

TokenReflection\IReflection
public string
# getDetail( )

Returns an exception description detail.

Returns an exception description detail.

Returns

string
Methods inherited from TokenReflection\Exception\BaseException
__toString(), getOutput()
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.

Constants inherited from TokenReflection\Exception\BaseException
ALREADY_EXISTS, DOES_NOT_EXIST, INVALID_ARGUMENT, PHP_EXT_MISSING, UNSUPPORTED
Properties inherited from Exception
$code, $file, $line, $message
PHP Token Reflection API documentation generated by ApiGen 2.8.0