at.dms.kjc.sir.linear.transform
Class NoTransformPossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoTransformPossibleException
public NoTransformPossibleException(String message)