org.omnaest.utils.events.exception
Interface ExceptionHandler

All Known Subinterfaces:
ExceptionHandlerSerializable
All Known Implementing Classes:
ExceptionHandlerBooleanState, ExceptionHandlerDelegate, ExceptionHandlerEPrintStackTrace, ExceptionHandlerIgnoring, ExceptionHandlerLogging, ExceptionHandlerManager.DispatchingExceptionHandler, ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions, ExceptionHandlerRethrowingAsRuntimeException

public interface ExceptionHandler

Interface for classes handling Exceptions

Author:
Omnaest

Method Summary
 void handleException(Exception e)
          Handles the given Exception
 

Method Detail

handleException

void handleException(Exception e)
Handles the given Exception

Parameters:
e - Exception


Copyright © 2013. All Rights Reserved.