|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.llnl.babel.config.InvalidConfiguration
public class InvalidConfiguration
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(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 |
---|
public InvalidConfiguration(java.lang.String message)
InvalidConfiguration
exception with the
specified message string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |