net.sf.jasperreports.jsf.engine.export
Class JasperPrintNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by net.sf.jasperreports.jsf.JRFacesException
                      extended by net.sf.jasperreports.jsf.engine.ExporterException
                          extended by 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

Constructor Summary
JasperPrintNotFoundException(String clientId)
          Instantiates a new exception for the specified client id.
 
Method Summary
 String getClientId()
          Obtains the component's client id.
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JasperPrintNotFoundException

public JasperPrintNotFoundException(String clientId)
Instantiates a new exception for the specified client id.

Parameters:
clientId - the component's client id.
Method Detail

getClientId

public String getClientId()
Obtains the component's client id.

Returns:
the component's client id.


Copyright © 2011 SourceForge.net. All Rights Reserved.