OverviewSingleDeprecated

jsx3.lang

class IllegalArgumentException

Object
->jsx3.lang.Object
  ->jsx3.lang.Exception
    ->jsx3.lang.IllegalArgumentException

class IllegalArgumentException
extends jsx3.lang.Exception
A special exception type to throw when the caller of a function does not pass arguments according to the method's contract.

Constructor Summary
void
init(strArg : String, objValue : Object)
The instance initializer.
Methods Inherited From jsx3.lang.Exception
getCause, getMessage, getStack, printStackTrace, toString
Methods Inherited From jsx3.lang.Object
clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf
Constructor Detail

init

void init(strArg : String, objValue : Object)
The instance initializer.

Parameters:

strArgthe name of the argument
objValuethe (illegal) value passed to the method