Airship Android SDK
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship
/
AirshipConfigOptions
/
ConfigException
Config
Exception
class
ConfigException
(
message
:
String
,
throwable
:
Throwable
?
)
:
Exception
(
source
)
Config exceptions when trying to load properties from a resource.
Members
Constructors
Config
Exception
Link copied to clipboard
constructor
(
message
:
String
,
throwable
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?