Class com.sekati.except.IllegalOperationException

Description

Throwable Illegal Operation Exception Error. An illegal operation has occurred that is not supported by the thower.

Method Index

new IllegalOperationException()

Inherited from Throwable

Constructor Detail

IllegalOperationException

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

IllegalOperationException Constructor

Parameters

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

Return

Void