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

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

public class InvalidInputException
extends MapFwkException

Exception class for a invalidInputException

Author:
rjain
See Also:
Serialized Form

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

InvalidInputException

public InvalidInputException()
Default constructor


InvalidInputException

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

Parameters:
msg - exception message