A printf() capable exception.
This class is a simple extension of the standard Exception class in PHP, and all the methods defined there retain their original meaning.
Located in /src/PelException.php (line 48)
Exception | --PelException
Class | Description |
---|---|
PelIfdException | Exception indicating a general problem with the IFD. |
PelInvalidDataException | Exception throw if invalid data is found. |
PelInvalidArgumentException | Exception throw if an invalid argument is passed. |
PelJpegInvalidMarkerException | Exception thrown when an invalid marker is found. |
PelOverflowException | Exception cast when numbers overflow. |
PelEntryException | Exception indicating a problem with an entry. |
PelDataWindowOffsetException | An exception thrown when an invalid offset is encountered. |
PelDataWindowWindowException | An exception thrown when an invalid window is encountered. |
Construct a new PEL exception.
Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
Documentation generated on Thu, 05 May 2011 07:19:10 +0200 by phpDocumentor 1.4.3