de.smartics.properties.api.config.app
Class ConfigurationFactoryException

Package class diagram package ConfigurationFactoryException
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.app.ConfigurationFactoryException
All Implemented Interfaces:
Serializable

public class ConfigurationFactoryException
     
     
extends PropertyRootException

Signals factory problems on creating instances of ConfigurationPropertiesFactory.

See Also:
Serialized Form

Constructor Summary
ConfigurationFactoryException(String message)
          Constructor.
ConfigurationFactoryException(String message, Throwable cause)
          Constructor.
ConfigurationFactoryException(Throwable cause)
          Constructor.
 
Method Summary
 
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

ConfigurationFactoryException

public ConfigurationFactoryException(String message,
                                     Throwable cause)
Constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
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.)
See Also:
PropertyRootException.PropertyRootException(java.lang.String, java.lang.Throwable)

ConfigurationFactoryException

public ConfigurationFactoryException(String message)
Constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
See Also:
PropertyRootException.PropertyRootException(java.lang.String)

ConfigurationFactoryException

public ConfigurationFactoryException(Throwable cause)
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.)
See Also:
PropertyRootException.PropertyRootException(java.lang.Throwable)


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