de.smartics.properties.api.core.app
Class AbstractBaseMessageBean

Package class diagram package AbstractBaseMessageBean
java.lang.Object
  extended by de.smartics.exceptions.i18n.AbstractMessageBean
      extended by de.smartics.properties.api.core.app.AbstractBaseMessageBean
All Implemented Interfaces:
de.smartics.exceptions.i18n.MessageBean, Serializable
Direct Known Subclasses:
ArtifactIdMessageBean, CacheMessageBean, ConfigMessageBean, ConfigurationMessageBean, DataSourceMessageBean, DefinitionXmlMessageBean, FileMessageBean, FileMessageBean, NoConfigurationKeyForPropertiesMessageBean, PropertyMessageBean, PropertyStoreMessageBean, SecurityMessageBean, TypeProblemMessageBean, TypeProblemMessageBean

@ParentMessageParam(value="cause=causeMessage:message")
public abstract class AbstractBaseMessageBean
     
     
extends de.smartics.exceptions.i18n.AbstractMessageBean

Base implementation of all message beans used in this library.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean
code, localizedInfo
 
Constructor Summary
AbstractBaseMessageBean(PropertiesCode code)
          Constructor without a cause.
AbstractBaseMessageBean(PropertiesCode code, Throwable cause)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageBean
getCause, getCauseTrail, getCauseTrail, getClassLoader, getCode, getLocalizedInfo, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessages, getMessages, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractBaseMessageBean

public AbstractBaseMessageBean(PropertiesCode code)
Constructor without a cause.

Parameters:
code - the error or exception code of the exception.

AbstractBaseMessageBean

public AbstractBaseMessageBean(PropertiesCode code,
                               Throwable cause)
Default constructor.

Parameters:
code - the error or exception code of the exception.
cause - the cause to the problem.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.