Package com.clevercloud.biscuit.error
Class Error.FormatError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.clevercloud.biscuit.error.Error
-
- com.clevercloud.biscuit.error.Error.FormatError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Error.FormatError.BlockDeserializationError,Error.FormatError.BlockSerializationError,Error.FormatError.DeserializationError,Error.FormatError.EmptyKeys,Error.FormatError.InvalidSignatureSize,Error.FormatError.SealedSignature,Error.FormatError.SerializationError,Error.FormatError.Signature,Error.FormatError.UnknownPublicKey,Error.FormatError.Version
- Enclosing class:
- Error
public static class Error.FormatError extends Error
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError.FormatError.BlockDeserializationErrorstatic classError.FormatError.BlockSerializationErrorstatic classError.FormatError.DeserializationErrorstatic classError.FormatError.EmptyKeysstatic classError.FormatError.InvalidSignatureSizestatic classError.FormatError.SealedSignaturestatic classError.FormatError.SerializationErrorstatic classError.FormatError.Signaturestatic classError.FormatError.UnknownPublicKeystatic classError.FormatError.Version-
Nested classes/interfaces inherited from class com.clevercloud.biscuit.error.Error
Error.FailedLogic, Error.FormatError, Error.InternalError, Error.InvalidAuthorityIndex, Error.InvalidBlockIndex, Error.Language, Error.MissingSymbols, Error.Parser, Error.Sealed, Error.SymbolTableOverlap, Error.Timeout, Error.TooManyFacts, Error.TooManyIterations
-
-
Constructor Summary
Constructors Constructor Description FormatError()
-
Method Summary
-
Methods inherited from class com.clevercloud.biscuit.error.Error
failed_checks, toJson
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-