ExceptionClassWithCause

interface ExceptionClassWithCause : ExceptionClass

Properties

cause
Link copied to clipboard
open val cause: PropertyRef
klass
Link copied to clipboard
abstract val klass: ClassRef
message
Link copied to clipboard
open val message: PropertyRef
newEmpty
Link copied to clipboard
open val newEmpty: ConstructorRef
newWithClause
Link copied to clipboard
open val newWithClause: ConstructorRef
newWithMessage
Link copied to clipboard
open val newWithMessage: ConstructorRef
newWithMessageAndClause
Link copied to clipboard
open val newWithMessageAndClause: ConstructorRef

Inheritors

Throwable
Link copied to clipboard
Error
Link copied to clipboard
Exception
Link copied to clipboard
RuntimeException
Link copied to clipboard
IllegalArgumentException
Link copied to clipboard
IllegalStateException
Link copied to clipboard
UnsupportedOperationException
Link copied to clipboard
AssertionError
Link copied to clipboard

Sources

jvm source
Link copied to clipboard