GCommitException

open class GCommitException(msg: String) : RuntimeException

The main exception

This exception is meant to be the mother-class of all following domain exceptions

See also

Parameters

msg

the explanatory error message to be displayed to the user

Constructors

Link copied to clipboard
fun GCommitException(msg: String)

Functions

Link copied to clipboard
fun getStackTrace(): Array<String>
Link copied to clipboard
fun printStackTrace()
Link copied to clipboard
open override fun toString(): String

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard