Class com.sekati.except.IllegalStateException

Description

Throwable Illegal State Exception Error. A method has been invoked at an illegal or inappropriate time or state.

Method Index

new IllegalStateException()

Inherited from Throwable

Constructor Detail

IllegalStateException

public function IllegalStateException(thrower:Object, message:String, stack:Array)

IllegalStateException Constructor

Parameters

thrower(Object) origin of the error
message(String) error message to display
stack(Array) thrower arguments stack

Return

Void