net.sf.jasperreports.jsf
Class InvalidEnvironmentException

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.InvalidEnvironmentException
All Implemented Interfaces:
Serializable

public class InvalidEnvironmentException
extends JRFacesException

Used to notify that current environment profile is not valid for the execution of this plugin.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

Constructor Summary
InvalidEnvironmentException(String msg)
          Used to instantiate a new InvalidEnvironmentException.
 
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

InvalidEnvironmentException

public InvalidEnvironmentException(String msg)
Used to instantiate a new InvalidEnvironmentException.

Parameters:
msg - the exception message.


Copyright © 2011 SourceForge.net. All Rights Reserved.