Class: Exception

bemap.Exception()

Base class for Exception.

Constructor

new Exception()

Parameters:
Name Type Description
message. String
cause. bemap.Exception
Source:

Methods

getCause() → {bemap.Exception}

Return the cause of exception.
Source:
Returns:
Return the cause of exception.
Type
bemap.Exception

getMessage() → {String}

Return the message of exception.
Source:
Returns:
Return the message of exception.
Type
String

getStack() → {String}

Return stack of exceptions.
Source:
Returns:
Return stack of exceptions.
Type
String

printStack() → {String}

Print stack of exceptions.
Source:
Returns:
Print stack of exceptions.
Type
String