toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.actions
/
ActionValueException
Action
Value
Exception
open
class
ActionValueException
:
Exception
Exceptions thrown when creating ActionValues from objects.
Members
Constructors
Action
Value
Exception
Link copied to clipboard
constructor
(
@
Nullable
message
:
String
,
@
Nullable
exception
:
Exception
)
Default constructor.
Inherited functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Cause
Link copied to clipboard
open
fun
getCause
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
stackTrace
:
Array
<
StackTraceElement
>
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String