tip
Class NotUnifiableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tip.NotUnifiableException
All Implemented Interfaces:
Serializable

public class NotUnifiableException
extends RuntimeException

Exception thrown when types could not be inferred.

Author:
Poul Hansen, Johnni Winther
See Also:
Serialized Form

Constructor Summary
NotUnifiableException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotUnifiableException

public NotUnifiableException()