Class com.sekati.except.IllegalArgumentException

Description

Throwable Illegal Argument Exception Error. A method has been invoked with an illegal or inappropriate argument.

Method Index

new IllegalArgumentException()

Inherited from Throwable

Constructor Detail

IllegalArgumentException

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

IllegalArgumentException Constructor

Parameters

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

Return

Void