org.seasar.framework.exception
クラス SRuntimeException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張org.seasar.framework.exception.SRuntimeException
すべての実装インタフェース:
Serializable
直系の既知のサブクラス:
CannotCompileRuntimeException, CircularIncludeRuntimeException, ClassNotFoundRuntimeException, ClassUnmatchRuntimeException, ComponentNotFoundRuntimeException, ConstructorNotFoundRuntimeException, ContainerNotRegisteredRuntimeException, CyclicReferenceRuntimeException, EmptyRuntimeException, ExtensionNotFoundRuntimeException, FieldNotFoundRuntimeException, IllegalAccessRuntimeException, IllegalAccessTypeDefRuntimeException, IllegalAutoBindingDefRuntimeException, IllegalAutoBindingPropertyRuntimeException, IllegalBindingTypeDefRuntimeException, IllegalConstructorRuntimeException, IllegalDestroyMethodAnnotationRuntimeException, IllegalDiiguRuntimeException, IllegalInitMethodAnnotationRuntimeException, IllegalInstanceDefRuntimeException, IllegalMethodRuntimeException, IllegalPropertyRuntimeException, InstantiationRuntimeException, InvocationTargetRuntimeException, IORuntimeException, MethodNotFoundRuntimeException, NamingRuntimeException, NoSuchConstructorRuntimeException, NoSuchFieldRuntimeException, NoSuchMethodRuntimeException, NotFoundRuntimeException, OgnlRuntimeException, ParserConfigurationRuntimeException, ParseRuntimeException, PropertyNotFoundRuntimeException, ResourceNotFoundRuntimeException, RollbackRuntimeException, SAXRuntimeException, SQLRuntimeException, SystemRuntimeException, TagAttributeNotDefinedRuntimeException, TooManyRegistrationRuntimeException

public class SRuntimeException
extends RuntimeException

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

コンストラクタの概要
SRuntimeException(String messageCode)
           
SRuntimeException(String messageCode, Object[] args)
           
SRuntimeException(String messageCode, Object[] args, Throwable cause)
           
 
メソッドの概要
 Object[] getArgs()
           
 String getMessage()
           
 String getMessageCode()
           
 String getSimpleMessage()
           
protected  void setMessage(String message)
           
 
クラス 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)

SRuntimeException

public SRuntimeException(String messageCode,
                         Object[] args)

SRuntimeException

public SRuntimeException(String messageCode,
                         Object[] args,
                         Throwable cause)
メソッドの詳細

getMessageCode

public final String getMessageCode()

getArgs

public final Object[] getArgs()

getMessage

public final String getMessage()

setMessage

protected void setMessage(String message)

getSimpleMessage

public final String getSimpleMessage()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.