Class CVC5ApiOptionException

All Implemented Interfaces:
Serializable

public class CVC5ApiOptionException extends CVC5ApiRecoverableException
An option-related API exception. If thrown, API objects can still be used.
See Also:
  • Constructor Details

    • CVC5ApiOptionException

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