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

Package class diagram package MissingConfigurationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.api.core.app.PropertyRootException
                  extended by de.smartics.properties.api.config.domain.ConfigurationException
                      extended by de.smartics.properties.api.config.domain.MissingConfigurationException
All Implemented Interfaces:
Serializable

public class MissingConfigurationException
     
     
extends ConfigurationException

Signals that a configuration with the given key cannot be found.

See Also:
Serialized Form

Constructor Summary
MissingConfigurationException(ConfigurationKey key)
          Convenience constructor without root cause.
MissingConfigurationException(Throwable cause, ConfigurationKey key)
          Default Constructor.
 
Method Summary
 
Methods inherited from class de.smartics.properties.api.config.domain.ConfigurationException
getKey
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingConfigurationException

public MissingConfigurationException(ConfigurationKey key)
Convenience constructor without root cause.

Parameters:
key - the key to the configuration that signaled problems.

MissingConfigurationException

public MissingConfigurationException(Throwable cause,
                                     ConfigurationKey key)
Default Constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.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.


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