java.lang.Object
java.lang.Throwable
java.lang.Exception
esa.opensf.osfi.XMLParser.ParseException
esa.opensf.osfi.xmlutils.XmlParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlParseException(String xmlFile, String message, Exception cause) Reports a message from the given source file, with a message and causing exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlParseException
Reports a message from the given source file, with a message and causing exception.- Parameters:
xmlFile- Name/path of the file that was being parsed.message- Description of the error.cause- If not null, underlying error that caused this higher-level one to be thrown.
-