クラス ParseException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.expression.ExpressionException
org.springframework.expression.ParseException
- 実装されたすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
SpelParseException
式の解析中に発生する例外を表します。
- 導入:
- 3.0
- 作成者:
- Andy Clement
- 関連事項:
フィールドのサマリー
クラス org.springframework.expression.ExpressionException から継承されたフィールド
expressionString, position
コンストラクターの概要
コンストラクターコンストラクター説明ParseException
(int position, StringSE message) 新しい式解析例外を作成します。ParseException
(int position, StringSE message, ThrowableSE cause) 新しい式解析例外を作成します。ParseException
(StringSE expressionString, int position, StringSE message) 新しい式解析例外を作成します。メソッドのサマリー
クラス org.springframework.expression.ExpressionException から継承されたメソッド
getExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedString
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
ParseException
新しい式解析例外を作成します。- パラメーター:
expressionString
- 解析できなかった式の文字列position
- 問題が発生した式文字列内の位置message
- 発生した問題の説明
ParseException
新しい式解析例外を作成します。- パラメーター:
position
- 問題が発生した式文字列内の位置message
- 発生した問題の説明cause
- この例外の根本的な原因
ParseException
新しい式解析例外を作成します。- パラメーター:
position
- 問題が発生した式文字列内の位置message
- 発生した問題の説明