Package deltix.qsrv.hf.tickdb.schema
Class ConversionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.schema.ConversionError
-
- All Implemented Interfaces:
java.io.Serializable
public class ConversionError extends java.lang.RuntimeExceptionDescribes all possible error in conversion engine- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intINCOMPATIBLE_TYPES_ERRORstatic intNULL_VALUE_ERRORstatic intOUT_OF_RANGE_ERROR
-
Constructor Summary
Constructors Constructor Description ConversionError(int code)ConversionError(int code, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()static java.lang.StringgetErrorMessage(int code)
-