Uses of Class
org.anchoranalysis.bean.xml.exception.BeanXMLException
| Package | Description |
|---|---|
| org.anchoranalysis.bean.xml |
Reading Beans from XML files.
|
| org.anchoranalysis.bean.xml.exception |
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 BeanXMLException Modifier and Type Method Description static <T> TBeanXMLLoader. loadBean(Path path)Creates a bean by loading an XML description from the filesystemstatic <T> TBeanXMLLoader. loadBean(Path path, String xmlPath)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> TBeanXMLLoader. 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 BeanXMLException Modifier and Type Method Description BeanXMLExceptionLocalisedBeanException. summarizeIgnoreIdenticalFilePath(Path pathMatch)If there is no nested-set of combinable exceptions, and themessagerelated to this current exception is identical as the passed parameter, then we simply ignore the current exception and promote itsThrowable.getCause().