public class SMTLIBException
extends java.lang.RuntimeException
(error "msg")For the result
unsupported
, the standard java exception
UnsupportedOperationException is used.
This class extends RuntimeException since it should never be thrown if
the script interface is used correctly. It therefore corresponds to
other runtime exceptions like IllegalArgumentException.Constructor and Description |
---|
SMTLIBException(java.lang.String message) |
SMTLIBException(java.lang.String message,
java.lang.Throwable cause) |
SMTLIBException(java.lang.Throwable cause) |