OverridingException

class OverridingException(message: String) : RuntimeException

Exception thrown when there is an overriding error.

Parameters

message

The message of the exception.

Constructors

Link copied to clipboard
fun OverridingException(message: String)

Properties

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