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)
The message of the exception.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

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