Overview

Namespaces

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

Exceptions

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

Class BrokerException

Exception raised when working with the Broker.

Exception
Extended by RuntimeException
Extended by TokenReflection\Exception\BaseException
Extended by TokenReflection\Exception\BrokerException
Namespace: TokenReflection\Exception
Located at Exception/BrokerException.php
Methods summary
public
# __construct( TokenReflection\Broker $broker, string $message, integer $code, TokenReflection\Exception\StreamException $parent = null )

Constructor.

Constructor.

Parameters

$broker
TokenReflection\Broker
$broker Processed file name
$message
string
$message Exception message
$code
integer
$code Exception code
$parent
TokenReflection\Exception\StreamException
$parent Parent exception
public TokenReflection\Broker
# getBroker( )

Returns the current Broker.

Returns the current Broker.

Returns

TokenReflection\Broker
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 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