gov.llnl.babel.config
Class InvalidConfiguration

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.llnl.babel.config.InvalidConfiguration
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfiguration
extends java.lang.Exception

The InvalidConfiguration exception class is thrown if an error is detected while parsing an XML configuration file. This exception is thrown if (1) the DOM parser detects an error or (2) the configuration information does not match the XML metadata description.

See Also:
Serialized Form

Constructor Summary
InvalidConfiguration(java.lang.String message)
          Create a new InvalidConfiguration exception with the specified message string.
 
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

InvalidConfiguration

public InvalidConfiguration(java.lang.String message)
Create a new InvalidConfiguration exception with the specified message string.