public class ConfigurationException extends Exception
| Constructor and Description |
|---|
ConfigurationException(IOException exc)
Constructor to handle
IOExceptions. |
ConfigurationException(ParserConfigurationException exc)
Constructor to handle
ParserConfigurationExceptions. |
ConfigurationException(SAXException exc)
Constructor to handle
SAXExceptions. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(SAXException exc)
SAXExceptions.exc - to be encapsulatedpublic ConfigurationException(ParserConfigurationException exc)
ParserConfigurationExceptions.exc - to be encapsulatedpublic ConfigurationException(IOException exc)
IOExceptions.exc - to be encapsulatedCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.