Package io.github.cvc5
Class CVC5ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.cvc5.CVC5ApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CVC5ApiRecoverableException
Base class for all API exceptions.
If thrown, all API objects may be in an unsafe state.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CVC5ApiException
Construct with message from a string.- Parameters:
message
- The error message.
-