Class PelUnexpectedFormatException

Description

Exception indicating that an unexpected format was found.

The documentation for each tag in PelTag will detail any constrains.

Located in /PelEntry.php (line 109)

Exception
   |
   --PelException
      |
      --PelEntryException
         |
         --PelUnexpectedFormatException
Method Summary
 PelUnexpectedFormatException __construct (int $type, PelTag $tag, PelFormat $found, PelFormat $expected)
Variables

Inherited Variables

Inherited from PelEntryException

PelEntryException::$tag
PelEntryException::$type

Inherited from Exception (Internal Class)

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

Construct a new exception indicating an invalid format.

PelUnexpectedFormatException __construct (int $type, PelTag $tag, PelFormat $found, PelFormat $expected)
  • int $type: the type of IFD.
  • PelTag $tag: the tag for which the violation was found.
  • PelFormat $found: the format found.
  • PelFormat $expected: the expected format.

Redefinition of:
PelException::__construct()
Construct a new PEL exception.

Inherited Methods

Inherited From PelEntryException

 PelEntryException::getIfdType()
 PelEntryException::getTag()

Inherited From PelException

 PelException::__construct()

Inherited From Exception (Internal Class)

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

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