Package de.comuny.trinity.core.exception
Types
Link copied to clipboard
Link copied to clipboard
This exception serves the case, when the given claim does not match this module.
Link copied to clipboard
Link copied to clipboard
abstract class ModuleException(message: String? = null, cause: Throwable? = null) : TrinityException
Content copied to clipboard
Link copied to clipboard
class ModuleRegistryVerificationException(val message: String) : TrinityException
Content copied to clipboard
Link copied to clipboard
class NotNormalizableClaimException( claimName: ClaimName, specificMessage: String = "", cause: Throwable? = null) : ModuleException
Content copied to clipboard
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
Content copied to clipboard
Link copied to clipboard
class WrongClaimSpecificationException(message: String) : TrinityException
Content copied to clipboard