|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ts.util.text.StringConvertException
public class StringConvertException
文字列の変更が完了しなかった場合にスローされる例外クラス。
コンストラクタの概要 | |
---|---|
StringConvertException(int index,
java.lang.CharSequence converted)
変更が中断されたインデックスと、中断されるまで変換された文字列を引数に とるコンストラクタ。 |
|
StringConvertException(int index,
java.lang.CharSequence converted,
java.lang.String msg)
変更が中断されたインデックスと、中断されるまで変換された文字列と、 例外メッセージを引数にとるコンストラクタ。 |
メソッドの概要 | |
---|---|
java.lang.String |
convertedString()
中断されるまで変換された文字列を取得する。 |
int |
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 StringConvertException(int index, java.lang.CharSequence converted)
index
- 変更が中断されたインデックス。converted
- 中断されるまで変換された文字列。public StringConvertException(int index, java.lang.CharSequence converted, java.lang.String msg)
index
- 変更が中断されたインデックス。converted
- 中断されるまで変換された文字列。msg
- 例外メッセージ。メソッドの詳細 |
---|
public int getStoppedIndex()
public java.lang.String convertedString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |