|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
net.sf.jasperreports.jsf.JRFacesException
public class JRFacesException
The root exception all thrown during the processing of JasperReports Faces requests.
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 |
---|
public JRFacesException()
public JRFacesException(String msg, Throwable t)
msg
- the messaget
- the causepublic JRFacesException(String msg)
msg
- the messagepublic JRFacesException(Throwable t)
t
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |