IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.mapper
Class MappingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.btt.server.flow.mapper.MappingException
All Implemented Interfaces:
java.io.Serializable

public class MappingException
extends java.lang.Exception

This class defines the exception related to mapping.

See Also:
Serialized Form

Field Summary
static java.lang.String DataElementMissMatch
          DataElementMissMatch
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MappingException(java.lang.String msg)
          MappingException constructor.
 
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
 

Field Detail

DataElementMissMatch

public static final java.lang.String DataElementMissMatch
DataElementMissMatch

See Also:
Constant Field Values
Constructor Detail

MappingException

public MappingException(java.lang.String msg)
MappingException constructor.

Parameters:
msg - The exception message.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005