net.sf.jasperreports.jsf
Class JRFacesException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, ConverterException, ExporterException, FillerException, InvalidEnvironmentException, ReportLifecycleException, ResourceException, ServiceException, SourceException, UnsupportedExporterException

public class JRFacesException
extends javax.faces.FacesException

The root exception all thrown during the processing of JasperReports Faces requests.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

Constructor Summary
JRFacesException()
          Instantiates a new JRFacesException.
JRFacesException(String msg)
          Instantiates a new JRFacesException.
JRFacesException(String msg, Throwable t)
          Instantiates a new JRFacesException.
JRFacesException(Throwable t)
          Instantiates a new JRFacesException.
 
Method Summary
 
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

JRFacesException

public JRFacesException()
Instantiates a new JRFacesException.


JRFacesException

public JRFacesException(String msg,
                        Throwable t)
Instantiates a new JRFacesException.

Parameters:
msg - the message
t - the cause

JRFacesException

public JRFacesException(String msg)
Instantiates a new JRFacesException.

Parameters:
msg - the message

JRFacesException

public JRFacesException(Throwable t)
Instantiates a new JRFacesException.

Parameters:
t - the cause


Copyright © 2011 SourceForge.net. All Rights Reserved.