Package apron

Class OverflowException

All Implemented Interfaces:
Serializable

public class OverflowException extends ApronException
Exception thrown by an abstract transfer function in case of an arithmetic overflow.

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).

See Also:
  • Constructor Details

    • OverflowException

      public OverflowException()
    • OverflowException

      public OverflowException(String msg, Manager man, int fid)