Class Z3Exception

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Model.ModelEvaluationFailedException

public class Z3Exception extends RuntimeException
The exception base class for error reporting from Z3
See Also:
  • Constructor Details

    • Z3Exception

      public Z3Exception()
      Constructor.
    • Z3Exception

      public Z3Exception(String message)
      Constructor.
    • Z3Exception

      public Z3Exception(String message, Exception inner)
      Constructor.