Class com.sekati.except.FatalOperationException

Description

Throwable Fatal Operation FatalException Error. A fatal operation has occurred that is not supported by the thower.

Method Index

new FatalOperationException()

Inherited from Throwable

Constructor Detail

FatalOperationException

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

FatalOperationException Constructor

Parameters

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

Return

Void