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

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

public class UnsupportedMatchingMethodException
extends InvalidParameterException

対応していないマッチング方法が指定された場合に発生する例外。

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

コンストラクタの概要
UnsupportedMatchingMethodException(String parameterName, String method, String[] validMethods)
          コンストラクタ。
 
メソッドの概要
 String getMatchingMethod()
          指定されたマッチング方法を取得する。
 String[] getValidMethods()
          対応しているマッチング方法を返す。
 
クラス jp.go.nict.langrid.service_1_2.InvalidParameterException から継承されたメソッド
getParameterName
 
クラス jp.go.nict.langrid.service_1_2.LangridException から継承されたメソッド
getDescription
 
クラス 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
 

コンストラクタの詳細

UnsupportedMatchingMethodException

public UnsupportedMatchingMethodException(String parameterName,
                                          String method,
                                          String[] validMethods)
コンストラクタ。

パラメータ:
parameterName - パラメータ名
method - 指定されたマッチング方法
validMethods - 対応しているマッチング方法
メソッドの詳細

getMatchingMethod

public String getMatchingMethod()
指定されたマッチング方法を取得する。

戻り値:
指定されたマッチング方法

getValidMethods

public String[] getValidMethods()
対応しているマッチング方法を返す。

戻り値:
対応しているマッチング方法