Class PelUnexpectedFormatException

Description

Exception indicating that an unexpected format was found.

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

Located in /src/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
$previous
$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 = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Thu, 05 May 2011 07:19:00 +0200 by phpDocumentor 1.4.3