|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.upb.swt.mcie.robdds.IncorrectUseException
public class IncorrectUseException
Exception that results from an incorrect use of the API.
Field Summary | |
---|---|
static int |
CONTEXT_MISMATCH
Error number: This error indicates that an operation used ROBDDs from different contexts. |
private int |
errorNo
The number of the error. |
static int |
ILLEGAL_UNPRIMED_VARIABLE
Error number: This error indicates that an operation encountered an unprimed variable that is not allowed. |
static int |
NO_PRIMED_VARIABLES_ALLOWED
Error number: This error indicates that the operation expected an ROBDD without primed variables. |
Constructor Summary | |
---|---|
IncorrectUseException(int errorNo)
Constructs an IncorrectUseException with the provided error number. |
Method Summary | |
---|---|
java.lang.String |
toString()
Converts the exception to its String representation. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NO_PRIMED_VARIABLES_ALLOWED
public static final int CONTEXT_MISMATCH
public static final int ILLEGAL_UNPRIMED_VARIABLE
private int errorNo
Constructor Detail |
---|
IncorrectUseException(int errorNo)
errorNo
- number of the internal error; should be one of
the constants defined in this class.Method Detail |
---|
public java.lang.String toString()
String
representation.
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |