Constructor
new Exception()
Parameters:
| Name | Type | Description |
|---|---|---|
message. |
String | |
cause. |
bemap.Exception |
Methods
getCause() → {bemap.Exception}
Return the cause of exception.
Returns:
Return the cause of exception.
- Type
- bemap.Exception
getMessage() → {String}
Return the message of exception.
Returns:
Return the message of exception.
- Type
- String
getStack() → {String}
Return stack of exceptions.
Returns:
Return stack of exceptions.
- Type
- String
printStack() → {String}
Print stack of exceptions.
Returns:
Print stack of exceptions.
- Type
- String