net.sf.jasperreports.jsf.config
Class ConfigurationException

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.config.ConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacesServletNotFoundException, IllegalFacesMappingException

public class ConfigurationException
extends JRFacesException

Exception wrapper which communicates any error happened when parsing the application configuration files.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

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

ConfigurationException

public ConfigurationException()
Default constructor.


ConfigurationException

public ConfigurationException(String msg,
                              Throwable t)
Consructor with a message and a cause.

Parameters:
msg - the message.
t - the cause.

ConfigurationException

public ConfigurationException(String msg)
Constructor with a message.

Parameters:
msg - the message.

ConfigurationException

public ConfigurationException(Throwable t)
Constructor with a cause.

Parameters:
t - the cause.


Copyright © 2011 SourceForge.net. All Rights Reserved.