Class TIMTransformationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--TIMTransformationException
All Implemented Interfaces:
Serializable

public class TIMTransformationException
extends 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(String msg)
           
TIMTransformationException(Throwable e)
           
 
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(Throwable e)

TIMTransformationException

public TIMTransformationException(String msg)