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

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

public class XMLGenException
extends MapFwkException

Exception class for capturing XML generation errors

See Also:
Serialized Form

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

XMLGenException

public XMLGenException()
Default constructor


XMLGenException

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

Parameters:
msg - Exception message