Boostlingo Android SDK
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Boostlingo Android SDK
Boostlingo Android SDK
/
com.boostlingo.android
/
BLException
BLException
public
class
BLException
extends
Exception
Exceptions related to making call that can be raised by the SDK.
Members
Properties
cause
Link copied to clipboard
private
final
Throwable
cause
localized
Message
Link copied to clipboard
private
final
String
localizedMessage
message
Link copied to clipboard
private
final
String
message
stack
Trace
Link copied to clipboard
private
Array
<
StackTraceElement
>
stackTrace
suppressed
Link copied to clipboard
private
final
Array
<
Throwable
>
suppressed
Functions
add
Suppressed
Link copied to clipboard
public
final
Unit
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
Unit
printStackTrace
(
)
public
Unit
printStackTrace
(
PrintStream
s
)
public
Unit
printStackTrace
(
PrintWriter
s
)
set
Stack
Trace
Link copied to clipboard
public
Unit
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)