Class 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
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()  
      static java.lang.String getErrorMessage​(int code)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • OUT_OF_RANGE_ERROR

        public static int OUT_OF_RANGE_ERROR
      • NULL_VALUE_ERROR

        public static int NULL_VALUE_ERROR
      • INCOMPATIBLE_TYPES_ERROR

        public static int INCOMPATIBLE_TYPES_ERROR
    • Constructor Detail

      • ConversionError

        public ConversionError​(int code)
      • ConversionError

        public ConversionError​(int code,
                               java.lang.Throwable cause)
    • Method Detail

      • getErrorMessage

        public static java.lang.String getErrorMessage​(int code)
      • getErrorCode

        public int getErrorCode()