Class InvalidStateException (namespace Nette)


The exception that is thrown when a method call is invalid for the object's current state, method has been invoked at an illegal or inappropriate time.

RuntimeException
   |
   --InvalidStateException
Located: in /exceptions.php (line 58)
Public Method Summary
InvalidStateException
__construct ([$message = ''], [$code = 0], [$previous = NULL])
Methods Inherited From RuntimeException (Internal Class)
constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( )
Variable Summary

Method Details

line 61

__construct

public InvalidStateException __construct ([$message = ''], [$code = 0], [$previous = NULL])

Input
$message
$code
$previous