OUTOFRANGEEXCEPTION(3) 1 OUTOFRANGEEXCEPTION(3)
The OutOfRangeException class
INTRODUCTION
Exception thrown when an illegal index was requested. This represents errors that should be detected at compile time.
CLASS SYNOPSIS
OutOfRangeException
OutOfRangeExceptionextends
LogicException
Inherited properties
o protected string$message
o protected int$code
o protected string$file
o protected int$line
Inherited methods
o finalpublic string Exception::getMessage (void )
o finalpublic Exception Exception::getPrevious (void )
o finalpublic mixed Exception::getCode (void )
o finalpublic string Exception::getFile (void )
o finalpublic int Exception::getLine (void )
o finalpublic array Exception::getTrace (void )
o finalpublic string Exception::getTraceAsString (void )
o public string Exception::__toString (void )
o finalprivate void Exception::__clone (void )
PHP Documentation Group OUTOFRANGEEXCEPTION(3)