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

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
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NodeNotFoundException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceConfigurationException, ServiceNotActiveException, ServiceNotFoundException, UnknownException

public class LangridException
extends org.apache.axis.AxisFault
implements Serializable

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

フィールドの概要
 
クラス org.apache.axis.AxisFault から継承されたフィールド
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
クラス java.rmi.RemoteException から継承されたフィールド
detail
 
コンストラクタの概要
LangridException()
           
LangridException(String description)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this LangridException.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setDescription(String description)
          Sets the description value for this LangridException.
 void writeDetails(QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
クラス 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
 

コンストラクタの詳細

LangridException

public LangridException()

LangridException

public LangridException(String description)
メソッドの詳細

getDescription

public String getDescription()
Gets the description value for this LangridException.

戻り値:
description

setDescription

public void setDescription(String description)
Sets the description value for this LangridException.

パラメータ:
description -

equals

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

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の 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

オーバーライド:
クラス org.apache.axis.AxisFault 内の writeDetails
例外:
IOException