default
core
core
core.Exception
throw
statement.
getFullName() : String
- Get exception/error class name, prefixed by parent class name (if any)
getId() : int
- Get exception/error id.
getMessage() : String
- Get the user defined error message.
getName() : String
- Get exception/error class name
getStackTrace() : String
- Return a string-representation of the stack trace (as seen when the error occured).Method getFullName | |||||
Get exception/error class name, prefixed by parent class name (if any) | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getId | |||||
Get exception/error id. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getMessage | |||||
Get the user defined error message. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getName | |||||
Get exception/error class name | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getStackTrace | |||||
Return a string-representation of the stack trace (as seen when the error occured). | |||||
Signature | |||||
| |||||
Returns | |||||
|
auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 13:15:54