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

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.LanguageNotUniquelyDecidedException
すべての実装されたインタフェース:
Serializable

public class LanguageNotUniquelyDecidedException
extends InvalidParameterException

言語候補が一意に定まらない場合に投げられる例外。

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

コンストラクタの概要
LanguageNotUniquelyDecidedException(String parameterName, String[] candidates)
          コンストラクタ。
 
メソッドの概要
 String[] getCandidates()
          有効な言語候補を返す。
 String getMessage()
           
 
クラス 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
 

コンストラクタの詳細

LanguageNotUniquelyDecidedException

public LanguageNotUniquelyDecidedException(String parameterName,
                                           String[] candidates)
コンストラクタ。

パラメータ:
parameterName - 言語表現を受け取ったパラメータ名
candidates - 言語候補リスト
メソッドの詳細

getCandidates

public String[] getCandidates()
有効な言語候補を返す。

戻り値:
言語候補

getMessage

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