at.dms.kjc.sir.linear
Class NonLinearException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.dms.kjc.sir.linear.NonLinearException
- All Implemented Interfaces:
- Serializable
public class NonLinearException
- extends RuntimeException
This exception is thrown when a filter is determined to be non-linear.
The exception mechanism is used to short circuit the analysis of filters
once we determine that they are non-linear.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonLinearException
public NonLinearException(String m)