API reference
API reference
Select your platform
No SDKs available
No versions available

HzPlatformNotInitializedException Class

Extends HzPlatformCoreManagedException

Signature

class HzPlatformNotInitializedException : HzPlatformCoreManagedException

Constructors

HzPlatformNotInitializedException ()
Signature
constructor()

Properties

cause : Throwable
[Get]
Signature
open val cause: Throwable
stackTrace : Array
[Get][Set]
Signature
open var stackTrace: Array<StackTraceElement>

Functions

addSuppressed ( p )
Signature
fun addSuppressed(p: Throwable)
Parameters
p: Throwable
fillInStackTrace ()
Signature
open fun fillInStackTrace(): Throwable
Returns
Throwable
getLocalizedMessage ()
Signature
open fun getLocalizedMessage(): String
Returns
String
getMessage ()
Signature
open fun getMessage(): String
Returns
String
getSuppressed ()
Signature
fun getSuppressed(): Array<Throwable>
Returns
Array
initCause ( p )
Signature
open fun initCause(p: Throwable): Throwable
Parameters
p: Throwable
Returns
Throwable
printStackTrace ()
Signature
open fun printStackTrace()
toString ()
Signature
open fun toString(): String
Returns
String