| Package | org.granite.reflect |
| Class | public class InvocationTargetError |
| Inheritance | InvocationTargetError ReflectionError Error |
See also
| Property | Defined by | ||
|---|---|---|---|
| cause : Error [read-only]
The original error cause of this InvocationTargetError.
| InvocationTargetError | ||
| Method | Defined by | ||
|---|---|---|---|
|
InvocationTargetError(cause:Error, message:*, id:* = 0)
| InvocationTargetError | ||
| cause | property |
cause:Error [read-only]The original error cause of this InvocationTargetError.
Implementation public function get cause():Error
| InvocationTargetError | () | constructor |
public function InvocationTargetError(cause:Error, message:*, id:* = 0)Parameters
cause:Error |
|
message:* |
|
id:* (default = 0) |