Class PelJpegInvalidMarkerException

Description

Exception thrown when an invalid marker is found.

This exception is thrown when PEL expects to find a PelJpegMarker and instead finds a byte that isn't a known marker.

Located in /PelJpeg.php (line 57)

Exception
   |
   --PelException
      |
      --PelJpegInvalidMarkerException
Method Summary
 PelJpegInvalidMarkerException __construct (int $marker, int $offset)
Methods
Constructor __construct (line 69)

Construct a new invalid marker exception.

The exception will contain a message describing the error, including the byte found and the offset of the offending byte.

PelJpegInvalidMarkerException __construct (int $marker, int $offset)
  • int $marker: the byte found.
  • int $offset: the offset in the data.

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

Inherited Methods

Inherited From PelException

 PelException::__construct()

SourceForge.net Logo Documentation generated on Fri, 18 Feb 2005 01:43:19 +0100 by phpDocumentor 1.3.0RC3