Class PelException

Description

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
Direct descendents
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.
Method Summary
PelException __construct (string $fmt, mixed $args,...)
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 61)

Construct a new PEL exception.

PelException __construct (string $fmt, mixed $args,...)
  • string $fmt: an optional format string can be given. It will be used as a format string for vprintf(). The remaining arguments will be available for the format string as usual with vprintf().
  • mixed $args,...: any number of arguments to be used with the format string.

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )

Redefined in descendants as:

Inherited Methods

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