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

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.MapFwkOutputException
All Implemented Interfaces:
java.io.Serializable

public class MapFwkOutputException
extends MapFwkException

Exception class for all types of output generated by this framework

See Also:
Serialized Form

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

MapFwkOutputException

public MapFwkOutputException()
Default constructor


MapFwkOutputException

public MapFwkOutputException(java.lang.String msg)
Constructor with message