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

Constructor Summary
Unfeasible(String message)
          Creates a Unfeasible.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Unfeasible

public Unfeasible(String message)
Creates a Unfeasible.