|
||||||||||
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
net.sf.jasperreports.jsf.config.ConfigurationException
public class ConfigurationException
Exception wrapper which communicates any error happened when parsing the application configuration files.
Constructor Summary | |
---|---|
ConfigurationException()
Default constructor. |
|
ConfigurationException(String msg)
Constructor with a message. |
|
ConfigurationException(String msg,
Throwable t)
Consructor with a message and a cause. |
|
ConfigurationException(Throwable t)
Constructor with a cause. |
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 ConfigurationException()
public ConfigurationException(String msg, Throwable t)
msg
- the message.t
- the cause.public ConfigurationException(String msg)
msg
- the message.public ConfigurationException(Throwable t)
t
- the cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |