org.seasar.util.exception
クラス SRuntimeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.util.exception.SRuntimeException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
ClassNotFoundRuntimeException, ConstructorNotFoundRuntimeException, ConverterRuntimeException, FieldNotFoundRuntimeException, FieldNotStaticRuntimeException, IllegalAccessRuntimeException, IllegalPropertyRuntimeException, InstantiationRuntimeException, InvalidKeyRuntimeException, InvocationTargetRuntimeException, IORuntimeException, MethodNotFoundRuntimeException, MethodNotStaticRuntimeException, NamingRuntimeException, NoSuchAlgorithmRuntimeException, NoSuchConstructorRuntimeException, NoSuchFieldRuntimeException, NoSuchMethodRuntimeException, NoSuchPaddingRuntimeException, ParserConfigurationRuntimeException, ParseRuntimeException, PropertyNotFoundRuntimeException, ResourceNotFoundRuntimeException, RollbackRuntimeException, SAXRuntimeException, SQLRuntimeException, SystemRuntimeException

public class SRuntimeException
extends RuntimeException

S2Utilの例外のベースクラスです。

作成者:
higa
関連項目:
直列化された形式

コンストラクタの概要
SRuntimeException(String messageCode, Object[] args)
          SRuntimeExceptionを作成します。
SRuntimeException(String messageCode, Object[] args, Throwable cause)
          SRuntimeExceptionを作成します。
 
メソッドの概要
 Object[] getArgs()
          引数の配列を返します。
 String getMessage()
           
 String getMessageCode()
          メッセージコードを返します。
 String getSimpleMessage()
          メッセージコードなしの単純なメッセージを返します。
 
クラス 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
 

コンストラクタの詳細

SRuntimeException

public SRuntimeException(String messageCode,
                         Object[] args)
SRuntimeExceptionを作成します。

パラメータ:
messageCode - メッセージコード
args - 引数

SRuntimeException

public SRuntimeException(String messageCode,
                         Object[] args,
                         Throwable cause)
SRuntimeExceptionを作成します。

パラメータ:
messageCode - メッセージコード
args - 引数
cause - 原因となった例外
メソッドの詳細

getMessageCode

public String getMessageCode()
メッセージコードを返します。

戻り値:
メッセージコード

getArgs

public Object[] getArgs()
引数の配列を返します。

戻り値:
引数の配列

getMessage

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

getSimpleMessage

public final String getSimpleMessage()
メッセージコードなしの単純なメッセージを返します。

戻り値:
メッセージコードなしの単純なメッセージ


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.