org.scale7.cassandra.pelops.exceptions
Class IExceptionTranslator.ExceptionTranslator
java.lang.Object
org.scale7.cassandra.pelops.exceptions.IExceptionTranslator.ExceptionTranslator
- All Implemented Interfaces:
- IExceptionTranslator
- Enclosing interface:
- IExceptionTranslator
public static class IExceptionTranslator.ExceptionTranslator
- extends Object
- implements IExceptionTranslator
Default implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IExceptionTranslator.ExceptionTranslator
public IExceptionTranslator.ExceptionTranslator()
translate
public PelopsException translate(Exception e)
- Description copied from interface:
IExceptionTranslator
- Translate the provided exception into a pelops exception.
- Specified by:
translate
in interface IExceptionTranslator
- Parameters:
e
- the exception
- Returns:
- the pelops exception
Copyright © 2011. All Rights Reserved.