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 /src/PelJpeg.php (line 58)

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

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()

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