jp.go.nict.langrid.ws_1_2
クラス LanguagePairNotUniquelyDecidedException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.io.IOException
              上位を拡張 java.rmi.RemoteException
                  上位を拡張 org.apache.axis.AxisFault
                      上位を拡張 jp.go.nict.langrid.ws_1_2.LangridException
                          上位を拡張 jp.go.nict.langrid.ws_1_2.InvalidParameterException
                              上位を拡張 jp.go.nict.langrid.ws_1_2.LanguagePairNotUniquelyDecidedException
すべての実装されたインタフェース:
Serializable

public class LanguagePairNotUniquelyDecidedException
extends InvalidParameterException
implements Serializable

関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.axis.AxisFault から継承されたフィールド
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
クラス java.rmi.RemoteException から継承されたフィールド
detail
 
コンストラクタの概要
LanguagePairNotUniquelyDecidedException()
           
LanguagePairNotUniquelyDecidedException(String description, String parameterName, String[] candidates, String message1, String parameterName1, String parameterName2)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 String[] getCandidates()
          Gets the candidates value for this LanguagePairNotUniquelyDecidedException.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getMessage1()
          Gets the message1 value for this LanguagePairNotUniquelyDecidedException.
 String getParameterName1()
          Gets the parameterName1 value for this LanguagePairNotUniquelyDecidedException.
 String getParameterName2()
          Gets the parameterName2 value for this LanguagePairNotUniquelyDecidedException.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setCandidates(String[] candidates)
          Sets the candidates value for this LanguagePairNotUniquelyDecidedException.
 void setMessage1(String message1)
          Sets the message1 value for this LanguagePairNotUniquelyDecidedException.
 void setParameterName1(String parameterName1)
          Sets the parameterName1 value for this LanguagePairNotUniquelyDecidedException.
 void setParameterName2(String parameterName2)
          Sets the parameterName2 value for this LanguagePairNotUniquelyDecidedException.
 void writeDetails(QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
クラス jp.go.nict.langrid.ws_1_2.InvalidParameterException から継承されたメソッド
getParameterName, setParameterName
 
クラス jp.go.nict.langrid.ws_1_2.LangridException から継承されたメソッド
getDescription, setDescription
 
クラス org.apache.axis.AxisFault から継承されたメソッド
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString
 
クラス java.rmi.RemoteException から継承されたメソッド
getCause, getMessage
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

LanguagePairNotUniquelyDecidedException

public LanguagePairNotUniquelyDecidedException()

LanguagePairNotUniquelyDecidedException

public LanguagePairNotUniquelyDecidedException(String description,
                                               String parameterName,
                                               String[] candidates,
                                               String message1,
                                               String parameterName1,
                                               String parameterName2)
メソッドの詳細

getCandidates

public String[] getCandidates()
Gets the candidates value for this LanguagePairNotUniquelyDecidedException.

戻り値:
candidates

setCandidates

public void setCandidates(String[] candidates)
Sets the candidates value for this LanguagePairNotUniquelyDecidedException.

パラメータ:
candidates -

getMessage1

public String getMessage1()
Gets the message1 value for this LanguagePairNotUniquelyDecidedException.

戻り値:
message1

setMessage1

public void setMessage1(String message1)
Sets the message1 value for this LanguagePairNotUniquelyDecidedException.

パラメータ:
message1 -

getParameterName1

public String getParameterName1()
Gets the parameterName1 value for this LanguagePairNotUniquelyDecidedException.

戻り値:
parameterName1

setParameterName1

public void setParameterName1(String parameterName1)
Sets the parameterName1 value for this LanguagePairNotUniquelyDecidedException.

パラメータ:
parameterName1 -

getParameterName2

public String getParameterName2()
Gets the parameterName2 value for this LanguagePairNotUniquelyDecidedException.

戻り値:
parameterName2

setParameterName2

public void setParameterName2(String parameterName2)
Sets the parameterName2 value for this LanguagePairNotUniquelyDecidedException.

パラメータ:
parameterName2 -

equals

public boolean equals(Object obj)
オーバーライド:
クラス InvalidParameterException 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス InvalidParameterException 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


writeDetails

public void writeDetails(QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws IOException
Writes the exception data to the faultDetails

オーバーライド:
クラス InvalidParameterException 内の writeDetails
例外:
IOException