Uses of Class
fmpp.util.InstallationException
-
Packages that use InstallationException Package Description fmpp The very core, the foundation of FMPP.fmpp.util Collection of more-less FMPP independent utility classes. -
-
Uses of InstallationException in fmpp
Methods in fmpp that throw InstallationException Modifier and Type Method Description void
Engine. checkXmlSupportAvailability(java.lang.String requiredForThis)
Checks if XML support is available.void
Engine. setXmlEntityResolver(java.lang.Object xmlEntityResolver)
Sets the XML entiry resolver used for reading XML documents. -
Uses of InstallationException in fmpp.util
Methods in fmpp.util that throw InstallationException Modifier and Type Method Description static void
MiscUtil. checkXmlSupportAvailability(java.lang.String requiredForThis)
Checks if XML API-s (JAXP, SAX2, DOM) are present.
-