public class OutOfSpaceException extends ApronException
The maximum memory consumption is set by
Manager.setMaxObjectSize(int, int)
, on a
per-function, per-manager basis. There is no limit by default.
The unit of memory consumption is unspecified (it may not be bytes).
This exception is not a (fatal) java.lang.OutOfMemoryError
,
but merely exceeding a self-imposed limit. The function can be called again
after raising the limit.
funid, manager
Constructor and Description |
---|
OutOfSpaceException() |
OutOfSpaceException(java.lang.String msg,
Manager man,
int fid) |
getFunctionID, getManager
public OutOfSpaceException()
public OutOfSpaceException(java.lang.String msg, Manager man, int fid)