Package apron
Class ApronException
java.lang.Object
java.lang.Throwable
java.lang.Exception
apron.ApronException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotImplementedException,OutOfSpaceException,OverflowException,TimeoutException
Superclass of Apron-specific exceptions that can be thrown
by numerical abstract domains.
Apron functions can also throw standard
java.lang.RuntimeException, mainly:
java.lang.IndexOutOfBoundsException,
java.lang.IllegalArgumentException,
java.lang.ArithmeticException,
and java.lang.NullPointerException.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
manager
Manager that caused the exception. -
funid
public int funidIdentifier of the operation that caused the exception. (Manager.FUNID_COPY, etc.)
-
-
Constructor Details
-
ApronException
public ApronException() -
ApronException
-
-
Method Details
-
getFunctionID
public int getFunctionID() -
getManager
-