Provide the base Exception.
Defined in: Exception.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.lang.Exception(message, cause, name)
|
| Method Attributes | Method Name and Description |
|---|---|
|
getCause()
Returns the cause of this exception or null if the cause is nonexistent or unknown.
|
|
|
Returns the detail message string of this exception.
|
|
|
Returns the stack trace of this exception.
|
|
|
printStackTrace(ps)
Prints this exception and its stacktrace.
|
|
|
toString()
Returns a short description of this exception.
|