API reference

HzPlatformNotInitializedException

Updated: Jun 23, 2025

HzPlatformNotInitializedException

class HzPlatformNotInitializedException : HzPlatformCoreManagedException

Constructors

NameSummary
HzPlatformNotInitializedException
constructor()

Properties

NameSummary
cause
open val cause: Throwable
stackTrace
open var stackTrace: Array<StackTraceElement>

Functions

NameSummary
addSuppressed
fun addSuppressed(p: Throwable)
fillInStackTrace
open fun fillInStackTrace(): Throwable
getLocalizedMessage
open fun getLocalizedMessage(): String
getMessage
open fun getMessage(): String
getSuppressed
fun getSuppressed(): Array<Throwable>
initCause
open fun initCause(p: Throwable): Throwable
printStackTrace
open fun printStackTrace()
toString
open fun toString(): String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon