SdkNotInitializedException

Created by Christopher Alex Brown on 12/13/16.

Constructors

Link copied to clipboard
constructor(isNativeLibraryLoaded: Boolean, @NonNull message: String, @NonNull nativeError: Error)
Constructs a SdkNotInitializedException with no additional information.
constructor(@NonNull message: String)
Constructs a SdkNotInitializedException with a message.
constructor(@NonNull message: String, @NonNull throwable: Throwable)
Constructs a SdkNotInitializedException with a message and inner error.
constructor(@NonNull throwable: Throwable)
Constructs a SdkNotInitializedException with an inner error.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
@Nullable
open fun nativeError(): Error
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String