|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sanpudo.formula.FormulaEvaluatorException
public class FormulaEvaluatorException
数式評価時の例外。
メソッドの概要 | |
---|---|
int |
getErrorLocation()
式中のエラー発生箇所を返す。 |
String |
getInput()
入力された式を返す。 |
String |
recommendedMessage()
例外発生時に推奨されるエラーメッセージ(複数行)を返す。 |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
メソッドの詳細 |
---|
public String getInput()
public int getErrorLocation()
public String recommendedMessage()
No corresponding left parenthesis ((1+2)+5)) ˆ
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |