Verdandi
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Verdandi
Verdandi
/
com.github.abraga.verdandi.api.exception
/
VerdandiException
Verdandi
Exception
open
class
VerdandiException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Inheritors
VerdandiConfigurationException
VerdandiInputException
VerdandiParseException
VerdandiStateException
VerdandiValidationException
Members
Constructors
Verdandi
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?