Class FileProcessingException
Processing exception thrown by the library if a file could not be
processed.
-
Exception
-
RuntimeException
-
TokenReflection\Exception\BaseException
-
TokenReflection\Exception\RuntimeException
-
TokenReflection\Exception\FileProcessingException
Methods summary
public
|
|
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
|
Methods inherited from Exception
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|