net.sf.jasperreports.jsf.engine
Class FillerException
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.FillerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ReportNotFoundException
public class FillerException
- extends JRFacesException
Root class for filler exceptions.
- Author:
- A. Alonso Dominguez
- See Also:
- Serialized Form
Methods inherited from class javax.faces.FacesException |
getCause |
FillerException
public FillerException(String msg,
Throwable t)
- Instantiates a new filler exception.
- Parameters:
msg
- the message.t
- the cause.
FillerException
public FillerException(String msg)
- Instantiates a new filler exception.
- Parameters:
msg
- the message.
FillerException
public FillerException(Throwable t)
- Instantiates a new filler exception.
- Parameters:
t
- the cause.
Copyright © 2011 SourceForge.net. All Rights Reserved.