Class CVC5ApiException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CVC5ApiRecoverableException

public class CVC5ApiException extends Exception
Base class for all API exceptions. If thrown, all API objects may be in an unsafe state.
See Also:
  • Constructor Details

    • CVC5ApiException

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