Uses of Class
org.anchoranalysis.bean.xml.exception.BeanXMLException
Packages that use BeanXMLException
Package
Description
Reading Beans from XML files.
Exceptions that can thrown when loading beans from XML.
-
Uses of BeanXMLException in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml that throw BeanXMLExceptionModifier and TypeMethodDescriptionstatic <T> T
Creates a bean by loading an XML description from the filesystemstatic <T> T
Creates a bean by loading an XML description from the filesystem.static <T extends AssociateXMLUponLoad>
TBeanXMLLoader.loadBeanAssociatedXml
(Path path, String xmlPath) Creates a bean by loading an XML description from the filesystem.static <T> T
BeanXMLLoader.loadBeanLocalized
(Path path, String xmlPath) Creates a bean by loading an XML description from the filesystem. -
Uses of BeanXMLException in org.anchoranalysis.bean.xml.exception
Methods in org.anchoranalysis.bean.xml.exception that return BeanXMLExceptionModifier and TypeMethodDescriptionLocalisedBeanException.summarizeIgnoreIdenticalFilePath
(Path pathMatch) If there is no nested-set of combinable exceptions, and themessage
related to this current exception is identical as the passed parameter, then we simply ignore the current exception and promote itsThrowable.getCause()
.