javax.faces.event
Class AbortProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.faces.FacesException
                  extended byjavax.faces.event.AbortProcessingException
All Implemented Interfaces:
java.io.Serializable

public class AbortProcessingException
extends FacesException

An exception that may be thrown by event listeners to terminate the processing of the current event.

See Also:
Serialized Form

Constructor Summary
AbortProcessingException()
           
 
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

AbortProcessingException

public AbortProcessingException()