Package io.github.cvc5
Class CVC5ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.cvc5.CVC5ParserException
- All Implemented Interfaces:
Serializable
A parser-related API exception.
- 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
-
CVC5ParserException
Construct with message from a string.- Parameters:
message
- The error message.
-