Name | Writable | Description |
---|---|---|
message
msg | no | The message for this exception. |
name | no | The name for this exception. |
type | no | The type for this exception. |
line | no | The line number where this exception occurred. |
file | no | The file name for the code where this exception occurred. |
Name | Arguments | Description |
---|---|---|
getStackTraceAsString | Returns null . To keep consistent with ExcptJava. | |
printInternalStackTrace | Prints the internal language engine exception stack trace, for debugging purposes. | |
printStackTrace | Does nothing. To keep consistent with ExcptJava. | |
toString | Returns a string representation of this exception. |