Package deltix.qsrv.hf.tickdb.comm
Class DefaultExceptionResolver
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.comm.DefaultExceptionResolver
-
- All Implemented Interfaces:
ExceptionResolver
- Direct Known Subclasses:
CompileExceptionResolver
public class DefaultExceptionResolver extends java.lang.Object implements ExceptionResolver
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultExceptionResolver
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultExceptionResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
create(java.lang.String className, java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
INSTANCE
public static final DefaultExceptionResolver INSTANCE
-
-
Method Detail
-
create
public java.lang.Throwable create(java.lang.String className, java.lang.String message, java.lang.Throwable cause)
- Specified by:
create
in interfaceExceptionResolver
-
-