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