com.informatica.powercenter.sdk.mapfwk.core
Class InvalidTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.informatica.powercenter.sdk.mapfwk.core.MapFwkException
              extended by com.informatica.powercenter.sdk.mapfwk.core.InvalidTransformationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTransformationException
extends MapFwkException

Exception class for a invalid transformation

See Also:
Serialized Form

Constructor Summary
InvalidTransformationException()
          Default constructor
InvalidTransformationException(java.lang.String msg)
          Initialize the object with message
 
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

InvalidTransformationException

public InvalidTransformationException()
Default constructor


InvalidTransformationException

public InvalidTransformationException(java.lang.String msg)
Initialize the object with message

Parameters:
msg - exception message