Class PelEntryException

Description

Exception indicating a problem with an entry.

Located in /PelEntry.php (line 59)

Exception
   |
   --PelException
      |
      --PelEntryException
Direct descendents
Class Description
 class PelUnexpectedFormatException Exception indicating that an unexpected format was found.
 class PelWrongComponentCountException Exception indicating that an unexpected number of components was found.
Variable Summary
Method Summary
Variables
PelTag $tag (line 73)

The tag of the entry (if known).

  • access: protected
int $type (line 66)

The IFD type (if known).

  • access: protected
Methods
getIfdType (line 82)

Get the IFD type associated with the exception.

int getIfdType ()
getTag (line 92)

Get the tag associated with the exception.

  • return: the tag. If no tag is set, null is returned.
PelTag getTag ()

Inherited Methods

Inherited From PelException

 PelException::__construct()

Documentation generated on Tue, 19 Dec 2006 01:08:18 +0100 by phpDocumentor 1.3.0 SourceForge.net Logo