net.sf.jsefa.common.config
Class InitialConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jsefa.common.config.InitialConfigurationException
All Implemented Interfaces:
Serializable

public class InitialConfigurationException
extends RuntimeException

Exception thrown when an error occurs during setting an initial configuration parameter value.

Author:
Norman Lahme-Huetig
See Also:
Serialized Form

Constructor Summary
InitialConfigurationException(String message)
          Constructs a new InitialConfigurationException with the specified detail message.
 
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

InitialConfigurationException

public InitialConfigurationException(String message)
Constructs a new InitialConfigurationException with the specified detail message.

Parameters:
message - the detail message.


Copyright © 2014. All rights reserved.