Class PelWrongComponentCountException

Description

Exception indicating that an unexpected number of components was found.

Located in /PelEntry.php (line 98)

Exception
   |
   --PelException
      |
      --PelEntryException
         |
         --PelWrongComponentCountException
Method Summary
 PelWrongComponentCountException __construct (PelTag $tag, int $found, int $expected)
Methods
Constructor __construct (line 114)

Construct a new exception indicating a wrong number of components.

Some tags have strict limits as to the allowed number of components, and this exception is thrown if the data violates such a constraint.

PelWrongComponentCountException __construct (PelTag $tag, int $found, int $expected)
  • PelTag $tag: the tag for which the violation was found.
  • int $found: the number of components found.
  • int $expected: the expected number of components.

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:12 +0100 by phpDocumentor 1.3.0RC3