Class com.sekati.except.FatalArgumentException

Description

Throwable Fatal Argument FatalException Error. A method has been invoked with an illegal or inappropriate argument.

Method Index

new FatalArgumentException()

Inherited from Throwable

Constructor Detail

FatalArgumentException

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

FatalArgumentException Constructor

Parameters

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

Return

Void