net.sourceforge.hiveutils.service.impl
Class ExceptionMapperContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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
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 |
ExceptionMapperContribution
public ExceptionMapperContribution()
setMapper
public void setMapper(ExceptionMapper mapper)
getMapper
public ExceptionMapper getMapper()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object