Class TIMTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by TIMTransformationException
All Implemented Interfaces:
java.io.Serializable

public class TIMTransformationException
extends java.lang.Exception

This class model an specific exceptions type for TIM-to-TSM transformations. It does not add any new functionality to Exception, from which is derived.

Author:
Fermin Galan Marquez
See Also:
Serialized Form

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

TIMTransformationException

public TIMTransformationException(java.lang.Throwable e)

TIMTransformationException

public TIMTransformationException(java.lang.String msg)