Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
open class VerdandiException(message: String, cause: Throwable? = null) : RuntimeException
Link copied to clipboard
class VerdandiInputException(message: String, cause: Throwable? = null) : VerdandiException
Link copied to clipboard
class VerdandiParseException(message: String, cause: Throwable? = null) : VerdandiException
Link copied to clipboard
class VerdandiStateException(message: String, cause: Throwable? = null) : VerdandiException
Link copied to clipboard