org.chwf.config
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.chwf.config.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

Exception for configuration. This is a RuntimeException to make static initialization of configuration values simpler.

Author:
Paul Strack
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String pattern, java.lang.Object[] arguments)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String pattern,
                              java.lang.Object[] arguments)
Constructor. See RuntimeMessageException for details.

Parameters:
pattern - The message pattern, using the rules of MessageFormat.
arguments - The arguments for the pattern.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.