com.sap.aii.mapping.api

Class UndefinedParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.aii.mapping.api.StreamTransformationRuntimeException
                  extended by com.sap.aii.mapping.api.UndefinedParameterException
All Implemented Interfaces:
Serializable

public class UndefinedParameterException
extends StreamTransformationRuntimeException

See Also:
Serialized Form

Constructor Summary
UndefinedParameterException(String parameterName, boolean isInput)
           
 
Method Summary
 String getParameterName()
           
 boolean isInput()
           
 
Methods inherited from class com.sap.aii.mapping.api.StreamTransformationRuntimeException
getRootCause
 
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

UndefinedParameterException

public UndefinedParameterException(String parameterName,
                                   boolean isInput)
Method Detail

isInput

public boolean isInput()
Returns:
true, iff the paramter which caused this exception is an input-paramter. otherwise false.

getParameterName

public String getParameterName()
Returns:
the name of the paramter caused this exception.


Copyright 2007 SAP AG Complete Copyright Notice