public class ParseException extends ExpressionException
expressionString, position| コンストラクターと説明 |
|---|
ParseException(int position, StringSE message) 新しい式解析例外を作成します。 |
ParseException(int position, StringSE message, ThrowableSE cause) 新しい式解析例外を作成します。 |
ParseException(StringSE expressionString, int position, StringSE message) 新しい式解析例外を作成します。 |
getExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedStringaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ParseException(@Nullable StringSE expressionString, int position, StringSE message)
expressionString - 解析できなかった式の文字列 position - 問題が発生した式文字列内の位置 message - 発生した問題の説明 public ParseException(int position,
StringSE message,
ThrowableSE cause)position - 問題が発生した式文字列内の位置 message - 発生した問題の説明 cause - この例外の根本的な原因 public ParseException(int position,
StringSE message)position - 問題が発生した式文字列内の位置 message - 発生した問題の説明