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
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.