Package org.anchoranalysis.bean.xml.exception
Exceptions that can thrown when loading beans from XML.
-
Class Summary Class Description FriendlyExceptionCreator Converts certain exceptions that occur from XML-Parsing into a friendly form to display to the user. -
Exception Summary Exception Description BeanMisconfiguredXMLException A bean's XML is thrown when a bean has misconfigured XML.BeanXMLException An exception that occurs when one cannot process BeanXML for some reason.LocalisedBeanException Combines a chain of many exceptions into a single exception, searching for an ultimate cause and incorporating the messages from the chain into a single unified message.ProvisionFailedException If provisioning an object fails.