Packageorg.spicefactory.lib.reflect.errors
Classpublic class MethodInvocationError
InheritanceMethodInvocationError Inheritance NestedError Inheritance Error

Error thrown when a reflective method invocation fails.



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

Create a new instance.

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