Class BeanXMLException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class BeanXMLException extends AnchorFriendlyCheckedException
An exception that occurs when one cannot process BeanXML for some reason.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • BeanXMLException

      public BeanXMLException(String message)
      Creates with a message only.
      Parameters:
      message - the message.
    • BeanXMLException

      public BeanXMLException(Throwable cause)
      Creates with a cause only.
      Parameters:
      cause - the cause.
    • BeanXMLException

      public BeanXMLException(String message, Throwable cause)
      Creates with a message and cause.
      Parameters:
      message - the message.
      cause - the cause.