net.sf.jasperreports.jsf.engine
Class ExporterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
net.sf.jasperreports.jsf.JRFacesException
net.sf.jasperreports.jsf.engine.ExporterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JasperPrintNotFoundException
public class ExporterException
- extends JRFacesException
Root class for the exporter exceptions.
- Author:
- A. Alonso Dominguez
- See Also:
- Serialized Form
Methods inherited from class javax.faces.FacesException |
getCause |
ExporterException
public ExporterException(String msg,
Throwable t)
- Instantiates a new exporter exception.
- Parameters:
msg
- the message.t
- the cause.
ExporterException
public ExporterException(String msg)
- Instantiates a new exporter exception.
- Parameters:
msg
- the message.
ExporterException
public ExporterException(Throwable t)
- Instantiates a new exporter exception.
- Parameters:
t
- the cause.
Copyright © 2011 SourceForge.net. All Rights Reserved.