OSFI-Java  3.9.3
OpenSF Integration Library
esa.opensf.osfi.xmlutils.XmlParseException Class Reference

Inherits esa.opensf.osfi.XMLParser.ParseException.

Public Member Functions

 XmlParseException (final String xmlFile, final String message, final Exception cause)
 

Detailed Description

Type of exception thrown by methods in XmlFiles and DomUtils.

Constructor & Destructor Documentation

◆ XmlParseException()

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.

Parameters
xmlFileName/path of the file that was being parsed.
messageDescription of the error.
causeIf not null, underlying error that caused this higher-level one to be thrown.

The documentation for this class was generated from the following file: