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
Package-level
declarations
Types
Types
Verdandi
Configuration
Exception
Link copied to clipboard
class
VerdandiConfigurationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VerdandiException
Verdandi
Exception
Link copied to clipboard
open
class
VerdandiException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Verdandi
Input
Exception
Link copied to clipboard
class
VerdandiInputException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VerdandiException
Verdandi
Parse
Exception
Link copied to clipboard
class
VerdandiParseException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VerdandiException
Verdandi
State
Exception
Link copied to clipboard
class
VerdandiStateException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VerdandiException
Verdandi
Validation
Exception
Link copied to clipboard
class
VerdandiValidationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VerdandiException