public class OverflowException extends ApronException
It indicates that the expected result cannot be expressed nor soundly approximated due to arithmetic limitations.
This can happen when using a domain implementation based on machine, fixed-length types (such as machine integers). However, this cannot happen with arbitrary-precision types (such as GMP) or types that can always provide some sound over approximation (such as machine or multi-precision floating-point numbers).
funid, manager
Constructor and Description |
---|
OverflowException() |
OverflowException(java.lang.String msg,
Manager man,
int fid) |
getFunctionID, getManager
public OverflowException()
public OverflowException(java.lang.String msg, Manager man, int fid)