Class com.sekati.except.FatalStateException

Description

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

Method Index

new FatalStateException()

Inherited from Throwable

Constructor Detail

FatalStateException

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

FatalStateException Constructor

Parameters

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

Return

Void