Overview

Namespaces

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

Exceptions

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

Class FileProcessingException

Processing exception thrown by the library if a file could not be processed.

Exception
Extended by RuntimeException
Extended by TokenReflection\Exception\BaseException
Extended by TokenReflection\Exception\RuntimeException
Extended by TokenReflection\Exception\FileProcessingException
Final
Namespace: TokenReflection\Exception
Located at Exception/FileProcessingException.php
Methods summary
public
# __construct( array $reasons, TokenReflection\ReflectionFile $sender = null )

Constructor.

Constructor.

Parameters

$reasons
array
$reasons Resons why the file could not be processed
$sender
TokenReflection\ReflectionFile
$sender Reflection file

Overrides

TokenReflection\Exception\RuntimeException::__construct()
public array
# getReasons( )

Returns a list of reasons why the file could not be processed.

Returns a list of reasons why the file could not be processed.

Returns

array
public string
# getDetail( )

Returns an exception description detail.

Returns an exception description detail.

Returns

string

Overrides

TokenReflection\Exception\RuntimeException::getDetail()
Methods inherited from TokenReflection\Exception\RuntimeException
getSender()
Methods inherited from TokenReflection\Exception\BaseException
__toString(), getOutput()
Methods inherited from Exception
getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Constants inherited from TokenReflection\Exception\RuntimeException
NOT_ACCESSBILE
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