harpoon.Util.Constraints
Class Unfeasible
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--harpoon.Util.Constraints.Unfeasible
- All Implemented Interfaces:
- Serializable
- public class Unfeasible
- extends Exception
Unfeasible
is an exception that is thrown when a
system of inclusion constraints is unfeasible.
- Version:
- $Id: Unfeasible.java,v 1.1 2002/04/02 23:54:15 salcianu Exp $
- Author:
- Alexandru SALCIANU <salcianu@MIT.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Unfeasible
public Unfeasible(String message)
- Creates a
Unfeasible
.