net.sf.jasperreports.jsf.engine.fill
Class ReportNotFoundException

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.FillerException
                          extended by net.sf.jasperreports.jsf.engine.fill.ReportNotFoundException
All Implemented Interfaces:
Serializable

public class ReportNotFoundException
extends FillerException

Exception thrown when a Filler implementation can't find the report resource.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

Constructor Summary
ReportNotFoundException(String msg)
          Instantiates a new report not found exception.
ReportNotFoundException(String msg, Throwable t)
          Instantiates a new report not found exception.
 
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

ReportNotFoundException

public ReportNotFoundException(String msg)
Instantiates a new report not found exception.

Parameters:
msg - the message

ReportNotFoundException

public ReportNotFoundException(String msg,
                               Throwable t)
Instantiates a new report not found exception.

Parameters:
msg - the message
t - the cause


Copyright © 2011 SourceForge.net. All Rights Reserved.