| 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 (default = "") — the message associated with this error
|
|
cause:Error (default = null) — the cause of this Error
|
|
id:int (default = 0) — an optional reference number
|