class HzPlatformNotInitializedException : HzPlatformCoreManagedException
HzPlatformNotInitializedException
()
|
Signature
constructor() |
cause
: Throwable
[Get] |
Signature
open val cause: Throwable |
stackTrace
: Array
[Get][Set] |
Signature
open var stackTrace: Array<StackTraceElement> |
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
|