public class ApronException
extends java.lang.Exception
Apron functions can also throw standard
java.lang.RuntimeException
, mainly:
java.lang.IndexOutOfBoundsException
,
java.lang.IllegalArgumentException
,
java.lang.ArithmeticException
,
and java.lang.NullPointerException
.
Modifier and Type | Field and Description |
---|---|
int |
funid
Identifier of the operation that caused the exception.
|
Manager |
manager
Manager that caused the exception.
|
Constructor and Description |
---|
ApronException() |
ApronException(java.lang.String msg,
Manager man,
int fid) |
Modifier and Type | Method and Description |
---|---|
int |
getFunctionID() |
Manager |
getManager() |
public Manager manager
public int funid
Manager.FUNID_COPY
, etc.)public ApronException()
public ApronException(java.lang.String msg, Manager man, int fid)
public int getFunctionID()
public Manager getManager()