Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship.actions
/
ActionValueException
Action
Value
Exception
androidJvm
class
ActionValueException
(
message
:
String
?
,
exception
:
Exception
?
)
:
Exception
(
source
)
Exceptions thrown when creating ActionValues from objects.
Members
Constructors
Action
Value
Exception
Link copied to clipboard
androidJvm
constructor
(
message
:
String
?
,
exception
:
Exception
?
)
Inherited properties
cause
Link copied to clipboard
androidJvm
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
androidJvm
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
androidJvm
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
androidJvm
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
androidJvm
val
suppressed
:
Array
<
out
Throwable
?
>
?