net.sf.spif
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sf.spif.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

A runtime exception thrown on problems which looks related to configuration from the point of throwing. You seldom want to catch this kind of exceptions.

Version:
$Id: ConfigurationException.java,v 1.2 2003/02/05 22:15:43 bratseth Exp $
Author:
Jon S Bratseth
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String message)
           
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
 
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

ConfigurationException

public ConfigurationException(java.lang.String message)

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)


Spif 1.01 (2003-04-03). http://spif.sf.net