| Package | org.spicefactory.lib.reflect.errors |
| Class | public class MethodInvocationError |
| Inheritance | MethodInvocationError NestedError Error |
| Method | Defined By | ||
|---|---|---|---|
MethodInvocationError(message:String, cause:Error = null, id:int = 0)
Create a new instance. | MethodInvocationError | ||
| MethodInvocationError | () | Constructor |
public function MethodInvocationError(message:String, cause:Error = null, id:int = 0)Create a new instance.
Parametersmessage:String — the message associated with this error
| |
cause:Error (default = null) — the cause of this Error
| |
id:int (default = 0) — an optional reference number
|