at.dms.kjc.sir.linear.transform
Class NoTransformPossibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.dms.kjc.sir.linear.transform.NoTransformPossibleException
All Implemented Interfaces:
Serializable

public class NoTransformPossibleException
extends Exception

Exception that is thrown when we can't compute a transform for some reason. This is a checked exception to ensure that the case of an impossible transformation is explicity checked for and so that the compiler doesn't die (this optimization just stops where it is).
$Id: NoTransformPossibleException.java,v 1.4 2006/01/25 17:02:01 thies Exp $

See Also:
Serialized Form

Constructor Summary
NoTransformPossibleException(String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoTransformPossibleException

public NoTransformPossibleException(String message)