Packageorg.spicefactory.lib.errors
Classpublic class IllegalArgumentError
InheritanceIllegalArgumentError Inheritance NestedError Inheritance Error

Error thrown when a method is called with illegal arguments.



Public Properties
 PropertyDefined by
 Inheritedcause : Error
The cause of this Error, may be null.
NestedError
Public Methods
 MethodDefined by
  
IllegalArgumentError(message:String = "", cause:Error = null, id:int = 0)
Creates a new instance.
IllegalArgumentError
Constructor detail
IllegalArgumentError()constructor
public function IllegalArgumentError(message:String = "", cause:Error = null, id:int = 0)

Creates a new instance.

Parameters
message:String (default = "") — the error message
 
cause:Error (default = null) — the cause of this Error
 
id:int (default = 0) — an optional reference number