Class BeanXMLException
Object
Throwable
Exception
AnchorCheckedException
AnchorFriendlyCheckedException
BeanXMLException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
An exception that occurs when one cannot process BeanXML for some reason.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanXMLException(String message) Creates with a message only.BeanXMLException(String message, Throwable cause) Creates with a message and cause.BeanXMLException(Throwable cause) Creates with a cause only. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchy, stackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanXMLException
Creates with a message only.- Parameters:
message- the message.
-
BeanXMLException
Creates with a cause only.- Parameters:
cause- the cause.
-
BeanXMLException
Creates with a message and cause.- Parameters:
message- the message.cause- the cause.
-