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