Package io.jmix.reports.yarg.exception
Class ReportingXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.reports.yarg.exception.ReportingException
io.jmix.reports.yarg.exception.ReportingXmlException
- All Implemented Interfaces:
- Serializable
Thrown when report unmarshalling from xml or report validation by xsd fails
- See Also:
- 
Field SummaryFields inherited from class io.jmix.reports.yarg.exception.ReportingExceptionreportDetails
- 
Constructor SummaryConstructorsConstructorDescriptionReportingXmlException(String message) ReportingXmlException(String message, Throwable cause) ReportingXmlException(Throwable cause) 
- 
Method SummaryMethods inherited from class io.jmix.reports.yarg.exception.ReportingExceptiongetMessage, getReportDetails, setReportDetailsMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ReportingXmlExceptionpublic ReportingXmlException()
- 
ReportingXmlException
- 
ReportingXmlException
- 
ReportingXmlException
 
-