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.RuntimeException
Describes all possible error in conversion engine- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
INCOMPATIBLE_TYPES_ERROR
static int
NULL_VALUE_ERROR
static int
OUT_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 int
getErrorCode()
static java.lang.String
getErrorMessage(int code)
-