Class ReportingXmlException

All Implemented Interfaces:
Serializable

public class ReportingXmlException extends ReportingException
Thrown when report unmarshalling from xml or report validation by xsd fails
See Also:
  • Constructor Details

    • ReportingXmlException

      public ReportingXmlException()
    • ReportingXmlException

      public ReportingXmlException(String message)
    • ReportingXmlException

      public ReportingXmlException(String message, Throwable cause)
    • ReportingXmlException

      public ReportingXmlException(Throwable cause)