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