Package de.comuny.trinity.core.exception

Types

Link copied to clipboard
class CancelEventException : TrinityException
Link copied to clipboard
class ClaimDoesNotMatchModuleClaimsException : ModuleException

This exception serves the case, when the given claim does not match this module.

Link copied to clipboard
class InitException(message: String) : TrinityException
Link copied to clipboard
abstract class ModuleException(message: String? = null, cause: Throwable? = null) : TrinityException
Link copied to clipboard
class ModuleRegistryVerificationException(val message: String) : TrinityException
Link copied to clipboard
class NotNormalizableClaimException(    claimName: ClaimName,     specificMessage: String = "",     cause: Throwable? = null) : ModuleException

This exception serves the case, when the module cannot create a normalized standard claim from the given claim data.

Link copied to clipboard
abstract class TrinityException(message: String? = null, cause: Throwable? = null) : RuntimeException
Link copied to clipboard
class WrongClaimSpecificationException(message: String) : TrinityException