Package com.lmax.disruptor
Class ExceptionHandlers
- java.lang.Object
-
- com.lmax.disruptor.ExceptionHandlers
-
public final class ExceptionHandlers extends java.lang.Object
Provides static methods for accessing a defaultExceptionHandler
object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ExceptionHandlers.DefaultExceptionHandlerHolder
-
Constructor Summary
Constructors Modifier Constructor Description private
ExceptionHandlers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExceptionHandler<java.lang.Object>
defaultHandler()
Get a reference to the defaultExceptionHandler
instance.
-
-
-
Method Detail
-
defaultHandler
public static ExceptionHandler<java.lang.Object> defaultHandler()
Get a reference to the defaultExceptionHandler
instance.- Returns:
- a reference to the default
ExceptionHandler
instance
-
-