edu.williams.cs.ljil.finitizer
Class TransformationFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.williams.cs.ljil.finitizer.TransformationFailure
All Implemented Interfaces:
java.io.Serializable

public class TransformationFailure
extends java.lang.RuntimeException

Indicates that the transformation has failed and the process or the FSPBuilder may be in an inconsistent state.

See Also:
Serialized Form

Constructor Summary
TransformationFailure(java.lang.String msg)
           
 
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

TransformationFailure

public TransformationFailure(java.lang.String msg)