Overview

Namespaces

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

Exceptions

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

Class BaseException

Base TokenReflection exception.

Exception
Extended by RuntimeException
Extended by TokenReflection\Exception\BaseException

Direct known subclasses

TokenReflection\Exception\BrokerException, TokenReflection\Exception\RuntimeException, TokenReflection\Exception\StreamException

Indirect known subclasses

TokenReflection\Exception\FileProcessingException, TokenReflection\Exception\ParseException
Abstract
Namespace: TokenReflection\Exception
Located at Exception/BaseException.php
Methods summary
abstract public string
# getDetail( )

Returns an exception description detail.

Returns an exception description detail.

Returns

string
final public string
# getOutput( )

Returns an exception description as string.

Returns an exception description as string.

Returns

string
final public string
# __toString( )

Returns the exception details as string.

Returns the exception details as string.

Returns

string

Overrides

Exception::__toString()
Methods inherited from Exception
__construct(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Constants summary
integer DOES_NOT_EXIST 1
#

The property/element does not exist.

The property/element does not exist.

integer INVALID_ARGUMENT 2
#

An invalid argument was provided.

An invalid argument was provided.

integer PHP_EXT_MISSING 3
#

A required PHP extension is missing.

A required PHP extension is missing.

integer UNSUPPORTED 4
#

The requested feature is not supported.

The requested feature is not supported.

integer ALREADY_EXISTS 5
#

The reflected element already exists.

The reflected element already exists.

Properties inherited from Exception
$code, $file, $line, $message
PHP Token Reflection API documentation generated by ApiGen 2.8.0