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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.informatica.powercenter.sdk.mapfwk.core.MapFwkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidInputException, InvalidParameterException, InvalidTransformationException, MapFwkOutputException, XMLGenException

public class MapFwkException
extends java.lang.Exception

Base Exception class for all Mapping Framework exceptions

See Also:
Serialized Form

Constructor Summary
MapFwkException()
          Default constructor
MapFwkException(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

MapFwkException

public MapFwkException()
Default constructor


MapFwkException

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

Parameters:
msg - message