Package com.clevercloud.biscuit.error
Class Error.FailedLogic
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.clevercloud.biscuit.error.Error
-
- com.clevercloud.biscuit.error.Error.FailedLogic
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Error
public static class Error.FailedLogic extends Error
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
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
-
-
Field Summary
Fields Modifier and Type Field Description LogicErrorerror
-
Constructor Summary
Constructors Constructor Description FailedLogic(LogicError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vavr.control.Option<List<FailedCheck>>failed_checks()inthashCode()com.google.gson.JsonElementtoJson()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
error
public final LogicError error
-
-
Constructor Detail
-
FailedLogic
public FailedLogic(LogicError error)
-
-
Method Detail
-
failed_checks
public io.vavr.control.Option<List<FailedCheck>> failed_checks()
- Overrides:
failed_checksin classError
-
-