jp.go.nict.langrid.service_1_2
クラス LanguagePathNotUniquelyDecidedException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.go.nict.langrid.service_1_2.LangridException
              上位を拡張 jp.go.nict.langrid.service_1_2.InvalidParameterException
                  上位を拡張 jp.go.nict.langrid.service_1_2.LanguagePathNotUniquelyDecidedException
すべての実装されたインタフェース:
Serializable

public class LanguagePathNotUniquelyDecidedException
extends InvalidParameterException

言語パスが一意に求まらない場合に投げられる例外。

バージョン:
$Revision: 12842 $
作成者:
$Author: nakaguchi $
関連項目:
直列化された形式

コンストラクタの概要
LanguagePathNotUniquelyDecidedException(String[] parameterNames, LanguagePath[] candidates)
          コンストラクタ。
 
メソッドの概要
 LanguagePath[] getCandidates()
          有効な言語パス候補を取得する。
 String getMessage()
           
 String[] getParameterNames()
          言語パスを構成していたパラメータ名の配列を返す。
 
クラス jp.go.nict.langrid.service_1_2.InvalidParameterException から継承されたメソッド
getParameterName
 
クラス jp.go.nict.langrid.service_1_2.LangridException から継承されたメソッド
getDescription
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

LanguagePathNotUniquelyDecidedException

public LanguagePathNotUniquelyDecidedException(String[] parameterNames,
                                               LanguagePath[] candidates)
コンストラクタ。

パラメータ:
parameterNames - パラメータ名
candidates - 言語パス候補
メソッドの詳細

getParameterNames

public String[] getParameterNames()
言語パスを構成していたパラメータ名の配列を返す。

戻り値:
パラメータ名の配列

getCandidates

public LanguagePath[] getCandidates()
有効な言語パス候補を取得する。

戻り値:
言語パス候補

getMessage

public String getMessage()
オーバーライド:
クラス Throwable 内の getMessage