OSFI-Java
3.9.3
OpenSF Integration Library
|
Inherits esa.opensf.osfi.XMLParser.ParseException.
Public Member Functions | |
XmlParseException (final String xmlFile, final String message, final Exception cause) | |
esa.opensf.osfi.xmlutils.XmlParseException.XmlParseException | ( | final String | xmlFile, |
final String | message, | ||
final Exception | cause | ||
) |
Reports a message from the given source file, with a message and causing exception.
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. |