Uses of Class
org.apache.struts2.StrutsException
Packages that use StrutsException
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
The new xslt view supports an extensible Java XML adapter framework that makes
it easy to customize the XML rendering of objects and to incorporate structured
XML text and arbitarary DOM fragments into the output.
-
Uses of StrutsException in org.apache.struts2
Methods in org.apache.struts2 that throw StrutsExceptionModifier and TypeMethodDescriptionUnknownHandler.handleUnknownAction(String namespace, String actionName) Handles the case when an action configuration is unknown.UnknownHandler.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) Handles the case when a result cannot be found for an action and result code. -
Uses of StrutsException in org.apache.struts2.components
Methods in org.apache.struts2.components that return StrutsExceptionModifier and TypeMethodDescriptionprotected StrutsExceptionComponent.fieldError(String field, String errorMsg, Exception e) Constructs aRuntimeExceptionbased on the given information.Methods in org.apache.struts2.components that throw StrutsException -
Uses of StrutsException in org.apache.struts2.config
Subclasses of StrutsException in org.apache.struts2.config -
Uses of StrutsException in org.apache.struts2.convention
Methods in org.apache.struts2.convention that throw StrutsExceptionModifier and TypeMethodDescriptionConventionUnknownHandler.handleUnknownAction(String namespace, String actionName) ConventionUnknownHandler.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) -
Uses of StrutsException in org.apache.struts2.conversion
Subclasses of StrutsException in org.apache.struts2.conversionModifier and TypeClassDescriptionclassTypeConversionException should be thrown by any TypeConverters which fail to convert values -
Uses of StrutsException in org.apache.struts2.result.xslt
Methods in org.apache.struts2.result.xslt that return StrutsExceptionModifier and TypeMethodDescriptionprotected StrutsExceptionAbstractAdapterNode.operationNotSupported() -
Uses of StrutsException in org.apache.struts2.util.reflection
Subclasses of StrutsException in org.apache.struts2.util.reflection -
Uses of StrutsException in org.apache.struts2.views.jasperreports7
Methods in org.apache.struts2.views.jasperreports7 that throw StrutsExceptionModifier and TypeMethodDescriptiondefault voidJasperReport7Aware.afterReportGeneration(ActionInvocation invocation, net.sf.jasperreports.engine.JasperReport jasperReport) Used to perform an action before report is going to be generateddefault voidJasperReport7Aware.beforeReportGeneration(ActionInvocation invocation) Used to perform an action before report is going to be generatedprotected voidJasperReport7Result.exportReport(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint, JasperReport7ExporterProvider<?> exporterProvider) -
Uses of StrutsException in org.apache.struts2.views.jasperreports7.export
Methods in org.apache.struts2.views.jasperreports7.export that throw StrutsExceptionModifier and TypeMethodDescriptionnet.sf.jasperreports.engine.export.JRCsvExporterJasperReport7CsvExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint) JasperReport7ExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint) net.sf.jasperreports.engine.export.HtmlExporterJasperReport7HtmlExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint) net.sf.jasperreports.pdf.JRPdfExporterJasperReport7PdfExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint) net.sf.jasperreports.engine.export.JRRtfExporterJasperReport7RtfExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint) net.sf.jasperreports.engine.export.ooxml.JRXlsxExporterJasperReport7XlsxExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint) net.sf.jasperreports.engine.export.JRXmlExporterJasperReport7XmlExporterProvider.createExporter(ActionInvocation invocation, net.sf.jasperreports.engine.JasperPrint jasperPrint)