|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ts.util.text.StringConvertException
ts.util.text.StartWithoutParenthesisException
public class StartWithoutParenthesisException
文字列が開き括弧で開始していない場合にスローされる例外クラス。
| コンストラクタの概要 | |
|---|---|
StartWithoutParenthesisException(int index,
java.lang.CharSequence converted)
例外が発生したインデックスと、それまでに変換された文字列を引数にとる コンストラクタ。 |
|
StartWithoutParenthesisException(int index,
java.lang.CharSequence converted,
java.lang.String msg)
例外が発生したインデックスと、それまでに変換された文字列、例外メッセージ 引数にとるコンストラクタ。 |
|
| メソッドの概要 |
|---|
| クラス ts.util.text.StringConvertException から継承されたメソッド |
|---|
convertedString, getStoppedIndex |
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public StartWithoutParenthesisException(int index,
java.lang.CharSequence converted)
index - 例外が発生したインデックス。converted - 例外が発生するまでに変換された文字列。
public StartWithoutParenthesisException(int index,
java.lang.CharSequence converted,
java.lang.String msg)
index - 例外が発生したインデックス。converted - 例外が発生するまでに変換された文字列。msg - 例外メッセージ。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||