Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/HeapAnalysisException

HeapAnalysisException

[jvm]\ class HeapAnalysisException(cause: Throwable) : RuntimeException

Constructors

HeapAnalysisException [jvm]
constructor(cause: Throwable)

Types

Name Summary
Companion [jvm]
object Companion

Functions

Name Summary
addSuppressed [jvm]
fun addSuppressed(p0: Throwable)
fillInStackTrace [jvm]
open fun fillInStackTrace(): Throwable
getLocalizedMessage [jvm]
open fun getLocalizedMessage(): String
getStackTrace [jvm]
open fun getStackTrace(): Array<StackTraceElement>
getSuppressed [jvm]
fun getSuppressed(): Array<Throwable>
initCause [jvm]
open fun initCause(p0: Throwable): Throwable
printStackTrace [jvm]
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
setStackTrace [jvm]
open fun setStackTrace(p0: Array<StackTraceElement>)
toString [jvm]
open override fun toString(): String

Properties

Name Summary
cause [jvm]
open val cause: Throwable?
message [jvm]
open val message: String?