Uses of Interface
org.omnaest.utils.events.exception.ExceptionHandlerSerializable

Packages that use ExceptionHandlerSerializable
org.omnaest.utils.events.exception.basic   
org.omnaest.utils.store   
 

Uses of ExceptionHandlerSerializable in org.omnaest.utils.events.exception.basic
 

Classes in org.omnaest.utils.events.exception.basic that implement ExceptionHandlerSerializable
 class ExceptionHandlerBooleanState
          ExceptionHandlerSerializable holding an internal state flag.
 class ExceptionHandlerDelegate
          ExceptionHandler which delegates to another instance
 class ExceptionHandlerEPrintStackTrace
          Simple ExceptionHandler which does call Throwable.printStackTrace()
 class ExceptionHandlerIgnoring
          Simple ExceptionHandler which does nothing
 class ExceptionHandlerLogging
          Simple ExceptionHandler which logs as ERROR using a slf4j Logger instance
 class ExceptionHandlerRethrowingAsRuntimeException
          Simple ExceptionHandler which does rethrow the given Exception as cause of a new RuntimeException
 

Uses of ExceptionHandlerSerializable in org.omnaest.utils.store
 

Constructors in org.omnaest.utils.store with parameters of type ExceptionHandlerSerializable
DirectoryBasedObjectStoreUsingJAXB(File baseDirectory, ExceptionHandlerSerializable exceptionHandler, Class<E> elementType)
           
DirectoryBasedObjectStoreUsingSerializable(File baseDirectory, ExceptionHandlerSerializable exceptionHandler)
           
DirectoryBasedObjectStoreUsingXStream(File baseDirectory, ExceptionHandlerSerializable exceptionHandler)
           
NestedDirectoryToByteArrayContainerListAdapter(File baseDirectory, ExceptionHandlerSerializable exceptionHandlerSerializable)
           
 



Copyright © 2013. All Rights Reserved.