Class CVC5ParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.cvc5.CVC5ParserException
All Implemented Interfaces:
Serializable

public class CVC5ParserException extends Exception
A parser-related API exception.
See Also:
  • Constructor Details

    • CVC5ParserException

      public CVC5ParserException(String message)
      Construct with message from a string.
      Parameters:
      message - The error message.