net.sf.jasperreports.jsf.engine.export
Class JasperPrintNotFoundException
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
net.sf.jasperreports.jsf.engine.export.JasperPrintNotFoundException
- All Implemented Interfaces:
- Serializable
public final class JasperPrintNotFoundException
- extends ExporterException
Notification that no JasperPrint instance has been
found for the specified component id.
- Author:
- A. Alonso Dominguez
- See Also:
- Serialized Form
Methods inherited from class javax.faces.FacesException |
getCause |
JasperPrintNotFoundException
public JasperPrintNotFoundException(String clientId)
- Instantiates a new exception for the specified client id.
- Parameters:
clientId
- the component's client id.
getClientId
public String getClientId()
- Obtains the component's client id.
- Returns:
- the component's client id.
Copyright © 2011 SourceForge.net. All Rights Reserved.