org.edg.data.util
Class InvalidConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.util.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends DataException

Configuration exception. Thrown when a wrong configuration resource was specified or if it contains an invalid entry. parsing of wrong configuration entries.

Version:
$Id: InvalidConfigurationException.java,v 1.1 2003/02/27 10:34:28 pkunszt Exp $
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException(java.lang.String configResource)
           
InvalidConfigurationException(java.lang.String configResource, java.lang.String message)
           
 
Method Summary
 java.lang.String getConfigResource()
           
 
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

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String configResource)

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String configResource,
                                     java.lang.String message)
Method Detail

getConfigResource

public java.lang.String getConfigResource()