Class ReportingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.cg.webbpm.modules.core.runtime.api.LocalizedException
ru.cg.webbpm.modules.reporting.runtime.api.exception.ReportingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JasperRuntimeReportingException
,RuntimeReportingException
,XdocRuntimeReportingException
- Author:
- a.petrov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReportingException
(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource) ReportingException
(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource, Object... messageArgs) ReportingException
(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource, Throwable cause) ReportingException
(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource, Throwable cause, Object... messageArgs) -
Method Summary
Methods inherited from class ru.cg.webbpm.modules.core.runtime.api.LocalizedException
getLocalizedMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportingException
public ReportingException(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource) -
ReportingException
-
ReportingException
-
ReportingException
-