ts.util.text
クラス EndWithoutParenthesisException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 ts.util.text.StringConvertException
              上位を拡張 ts.util.text.EndWithoutParenthesisException
すべての実装されたインタフェース:
java.io.Serializable

public class EndWithoutParenthesisException
extends StringConvertException

文字列が閉じ括弧で終了していない場合にスローされる例外クラス。

バージョン:
$Revision: 1.1.1.1 $, $Date: 2010-10-16 00:03:52 $
作成者:
佐藤隆之.
関連項目:
直列化された形式

コンストラクタの概要
EndWithoutParenthesisException(int index, java.lang.CharSequence converted)
          例外が発生したインデックスと、それまでに変換された文字列を引数にとる コンストラクタ。
EndWithoutParenthesisException(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
 

コンストラクタの詳細

EndWithoutParenthesisException

public EndWithoutParenthesisException(int index,
                                      java.lang.CharSequence converted)
例外が発生したインデックスと、それまでに変換された文字列を引数にとる コンストラクタ。
なお、ここでいうインデックスとは、コード・ポイント単位の値である。

パラメータ:
index - 例外が発生したインデックス。
converted - 例外が発生するまでに変換された文字列。

EndWithoutParenthesisException

public EndWithoutParenthesisException(int index,
                                      java.lang.CharSequence converted,
                                      java.lang.String msg)
例外が発生したインデックスと、それまでに変換された文字列、例外メッセージ を引数にとるコンストラクタ。
なお、ここでいうインデックスとは、コード・ポイント単位の値である。

パラメータ:
index - 例外が発生したインデックス。
converted - 例外が発生するまでに変換された文字列。
msg - 例外メッセージ。


Copyright (C) SATOH Takayuki All Rights Reserved.