クラス ParseException

実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
SpelParseException

public class ParseException extends ExpressionException
式の解析中に発生する例外を表します。
導入:
3.0
作成者:
Andy Clement
関連事項:
  • コンストラクターの詳細

    • ParseException

      public ParseException(@Nullable StringSE expressionString, int position, StringSE message)
      新しい式解析例外を作成します。
      パラメーター:
      expressionString - 解析できなかった式の文字列
      position - 問題が発生した式文字列内の位置
      message - 発生した問題の説明
    • ParseException

      public ParseException(int position, StringSE message, ThrowableSE cause)
      新しい式解析例外を作成します。
      パラメーター:
      position - 問題が発生した式文字列内の位置
      message - 発生した問題の説明
      cause - この例外の根本的な原因
    • ParseException

      public ParseException(int position, StringSE message)
      新しい式解析例外を作成します。
      パラメーター:
      position - 問題が発生した式文字列内の位置
      message - 発生した問題の説明