Class ConversionException

    • Field Detail

      • classToConvertTo

        protected Class classToConvertTo
      • sourceObject

        protected transient Object sourceObject
      • COULD_NOT_BE_CONVERTED_EXTENDED

        public static final int COULD_NOT_BE_CONVERTED_EXTENDED
        See Also:
        Constant Field Values
      • INCORRECT_TIMESTAMP_FORMAT

        public static final int INCORRECT_TIMESTAMP_FORMAT
        See Also:
        Constant Field Values
      • COULD_NOT_CONVERT_TO_BYTE_ARRAY

        public static final int COULD_NOT_CONVERT_TO_BYTE_ARRAY
        See Also:
        Constant Field Values
      • COULD_NOT_BE_CONVERTED_TO_CLASS

        public static final int COULD_NOT_BE_CONVERTED_TO_CLASS
        See Also:
        Constant Field Values
      • INCORRECT_DATE_TIME_FORMAT

        public static final int INCORRECT_DATE_TIME_FORMAT
        See Also:
        Constant Field Values
      • UNABLE_TO_SET_PROPERTIES

        public static final int UNABLE_TO_SET_PROPERTIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConversionException

        protected ConversionException()
        INTERNAL: TopLink exceptions should only be thrown by TopLink. This constructor is only for error message scripting.
      • ConversionException

        protected ConversionException​(String message,
                                      Object sourceObject,
                                      Class classToConvertTo,
                                      Exception exception)
        INTERNAL: TopLink exceptions should only be thrown by TopLink.