OverridingException

class OverridingException(message: String) : RuntimeException

Exception thrown when there is an overriding error.

Parameters

message

The message of the exception.

Constructors

OverridingException
Link copied to clipboard
common
fun OverridingException(message: String)

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?