Class Inx_Api_IllegalStateException

Description

An Inx_Api_IllegalStateException is thrown when a method cannot operate as expected, because the application is in the wrong state.

An Inx_Api_IllegalStateException is thrown when a method cannot operate as expected, because the application is in the wrong state. This exception is often thrown by attribute getters when methods are invoked which are illegal for the given attribute getter. Example: A Bounce attribute getter is incapable to retrieve any datetime attributes, although a method for doing so is provided. However, invokig this method will raise an illegal state exception, as this method may not be called for the given getter.

Located in /Api/IllegalStateException.php (line 17)

Exception
   |
   --Inx_Api_IllegalStateException
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Thu, 17 Sep 2015 14:27:25 +0200 by phpDocumentor 1.3.2