Package io.github.cvc5
Class CVC5ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CVC5ApiExceptionConstruct with message from a string.- Parameters:
- message- The error message.
 
 
-