クラス TextConversionException

    • コンストラクタの詳細

      • TextConversionException

        public TextConversionException​(Object targetValue,
                                       String message)
        メッセージを指定してインスタンスと作成します。
        パラメータ:
        targetValue - 変換対象の値
        message - メッセージ
      • TextConversionException

        public TextConversionException​(Object targetValue,
                                       String message,
                                       Throwable cause)
        メッセージと例外を指定してインスタンスを作成します。
        パラメータ:
        targetValue - 変換対象の値
        message - メッセージ
        cause - 原因となる例外
    • メソッドの詳細

      • getTargetValue

        public Object getTargetValue()
        変換対象の値