Home » Mojarra-2.0.1 » javax » faces » event » [javadoc | source]
javax.faces.event
public class: AbortProcessingException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            javax.faces.FacesException
               javax.faces.event.AbortProcessingException

All Implemented Interfaces:
    Serializable

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

Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public AbortProcessingException() 
 public AbortProcessingException(String message) 

    Construct a new exception with the specified detail message and no root cause.

    Parameters:
    message - The detail message for this exception
 public AbortProcessingException(Throwable cause) 

    Construct a new exception with the specified root cause.

    Parameters:
    cause - The root cause for this exception
 public AbortProcessingException(String message,
    Throwable cause) 

    Construct a new exception with the specified detail message and root cause.

    Parameters:
    message - The detail message for this exception
    cause - The root cause for this exception
Methods from javax.faces.FacesException:
getCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait