net.sourceforge.hiveutils.service.impl
Class ExceptionMapperContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by net.sourceforge.hiveutils.service.impl.ExceptionMapperContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class ExceptionMapperContribution
extends org.apache.hivemind.impl.BaseLocatable

Represents a configuration parameter to the AdapterBuilderFactory, indicating how to map one Exception to another.

Author:
Jean-Francois Poilpret

Constructor Summary
ExceptionMapperContribution()
           
 
Method Summary
 ExceptionMapper getMapper()
           
 void setMapper(ExceptionMapper mapper)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionMapperContribution

public ExceptionMapperContribution()
Method Detail

setMapper

public void setMapper(ExceptionMapper mapper)

getMapper

public ExceptionMapper getMapper()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object