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