net.sf.jasperreports.jsf.validation
Class IllegalOutputFormatException

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 javax.faces.validator.ValidatorException
                      extended by net.sf.jasperreports.jsf.validation.IllegalAttributeValueException
                          extended by net.sf.jasperreports.jsf.validation.IllegalOutputFormatException
All Implemented Interfaces:
Serializable

public class IllegalOutputFormatException
extends IllegalAttributeValueException

The Class IllegalOutputFormatException.

See Also:
Serialized Form

Constructor Summary
IllegalOutputFormatException(javax.faces.application.FacesMessage message)
           
IllegalOutputFormatException(javax.faces.application.FacesMessage message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.faces.validator.ValidatorException
getFacesMessage
 
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

IllegalOutputFormatException

public IllegalOutputFormatException(javax.faces.application.FacesMessage message)

IllegalOutputFormatException

public IllegalOutputFormatException(javax.faces.application.FacesMessage message,
                                    Throwable cause)


Copyright © 2011 SourceForge.net. All Rights Reserved.