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 PelInvalidArgumentException Exception throw if an invalid argument is passed.
 class PelIfdException Exception indicating a general problem with the IFD.
 class PelDataWindowOffsetException An exception thrown when an invalid offset is encountered.
 class PelDataWindowWindowException An exception thrown when an invalid window is encountered.
 class PelEntryException Exception indicating a problem with an entry.
Method Summary
 PelException __construct (string $fmt, mixed $args,...)
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$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 = ] )

Redefined in descendants as:

Inherited Methods

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )

Documentation generated on Fri, 29 Dec 2006 01:41:48 +0100 by phpDocumentor 1.3.1