gov.llnl.babel.config

Class 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.

Constructor Summary

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

Constructor Details

InvalidConfiguration

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