クラス SqlValueConversionException

    • コンストラクタの詳細

      • SqlValueConversionException

        public SqlValueConversionException​(Class<?> convertType,
                                           Object targetValue,
                                           String message)
        インスタンスを作成します。
        パラメータ:
        convertType - 変換先の型
        targetValue - 変換対象の値
        message - エラーメッセージ
      • SqlValueConversionException

        public SqlValueConversionException​(Class<?> convertType,
                                           Object targetValue,
                                           String message,
                                           Throwable cause)
        インスタンスを作成します。
        パラメータ:
        convertType - 変換先の型
        targetValue - 変換対象の値
        message - エラーメッセージ
        cause - 原因となる例外
    • メソッドの詳細

      • getConvertType

        public Class<?> getConvertType()
        変換後のクラスタイプ。
      • getTargetValue

        public Object getTargetValue()
        変換対象の値