de.smartics.properties.api.config.domain
Class ConfigurationLoadingException

Package class diagram package ConfigurationLoadingException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.exceptions.AbstractCoreRuntimeException
                  extended by de.smartics.exceptions.i18n.AbstractMessageRuntimeException
                      extended by de.smartics.properties.api.core.app.PropertyRootException
                          extended by de.smartics.properties.api.config.codes.ConfigurationRootException
                              extended by de.smartics.properties.api.config.domain.ConfigurationException
                                  extended by de.smartics.properties.api.config.domain.ConfigurationLoadingException
All Implemented Interfaces:
de.smartics.exceptions.CoreException, de.smartics.exceptions.i18n.LocalizedException, Serializable
Direct Known Subclasses:
ConfigurationNotFoundException

public class ConfigurationLoadingException
     
     
extends ConfigurationException

Signals that configuration with the given key cannot be loaded.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException
messageBean
 
Fields inherited from class de.smartics.exceptions.AbstractCoreRuntimeException
info
 
Constructor Summary
ConfigurationLoadingException(ConfigurationKey<?> key, String resourceId)
          Convenience constructor without root cause.
ConfigurationLoadingException(Throwable cause, ConfigurationKey<?> key, String resourceId)
          Default Constructor.
 
Method Summary
 String getResourceId()
          Returns the string representation of the path of the properties resource that cannot be loaded.
 
Methods inherited from class de.smartics.properties.api.config.domain.ConfigurationException
getKey
 
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException
createMessages, createMessages, getCauseTrail, getCauseTrail, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessageBean, getMessages, getMessages, toString
 
Methods inherited from class de.smartics.exceptions.AbstractCoreRuntimeException
getCause, getClassLoader, getCode, getId, getTime, truncateCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.smartics.exceptions.CoreException
getCause, getCode, getId, getStackTrace, getTime, setStackTrace, truncateCause
 

Constructor Detail

ConfigurationLoadingException

public ConfigurationLoadingException(ConfigurationKey<?> key,
                                     String resourceId)
Convenience constructor without root cause.

Parameters:
key - the key to the configuration that signaled problems.
resourceId - the string representation of the path of the properties resource that cannot be loaded.

ConfigurationLoadingException

public ConfigurationLoadingException(Throwable cause,
                                     ConfigurationKey<?> key,
                                     String resourceId)
Default Constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the AbstractCoreRuntimeException.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
key - the key to the configuration that signaled problems.
resourceId - the string representation of the path of the properties resource that cannot be loaded.
Method Detail

getResourceId

public final String getResourceId()
Returns the string representation of the path of the properties resource that cannot be loaded. This may be an URL, a file name or whatever seems appropriate.

Returns:
the string representation of the path of the properties resource that cannot be loaded.


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