Class PelOverflowException

Description

Exception cast when numbers overflow.

Located in /PelEntryNumber.php (line 51)

Exception
   |
   --PelException
      |
      --PelOverflowException
Method Summary
 PelOverflowException __construct (int $v, int $min, int $max)
Methods
Constructor __construct (line 62)

Construct a new overflow exception.

PelOverflowException __construct (int $v, int $min, int $max)
  • int $v: the value that is out of range.
  • int $min: the minimum allowed value.
  • int $max: the maximum allowed value.

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

Inherited Methods

Inherited From PelException

 PelException::__construct()

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