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 /PelException.php (line 48)

Exception
   |
   --PelException
Direct descendents
Class Description
 class PelOverflowException Exception cast when numbers overflow.
 class PelJpegInvalidMarkerException Exception thrown when an invalid marker is found.
 class PelInvalidDataException Exception throw if invalid data is found.
 class PelIfdException
 class PelDataWindowOffsetException An exception thrown when an invalid offset is encountered.
 class PelDataWindowWindowException An exception thrown when an invalid window is encountered.
 class PelUnexpectedFormatException
 class PelWrongComponentCountException
Method Summary
 PelException __construct (string $fmt, mixed $args,...)
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 sprintf(). The remaining arguments will be available for the format string as usual with sprintf().
  • mixed $args,...: any number of arguments to be used with the format string.

Redefined in descendants as:

SourceForge.net Logo Documentation generated on Wed, 21 Jul 2004 19:13:08 +0200 by phpDocumentor 1.3.0RC3