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

HzPlatformCoreManagedException Class

Extends RuntimeException

Signature

open class HzPlatformCoreManagedException : RuntimeException

Constructors

HzPlatformCoreManagedException ( message , cause )
Signature
constructor(message: String, cause: Throwable)
Parameters
message: String
cause: Throwable
HzPlatformCoreManagedException ( message )
Signature
constructor(message: String)
Parameters
message: String

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