gov.llnl.babel.config
public class InvalidConfiguration extends java.lang.Exception
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.Constructor and Description |
---|
InvalidConfiguration(java.lang.String message)
Create a new
InvalidConfiguration exception with the
specified message string. |