Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.validator
Class ValidatorException  view ValidatorException download ValidatorException.java

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

public class ValidatorException
extends javax.faces.FacesException

Version:
$Revision: 225333 $ $Date: 2005-07-26 11:49:19 -0400 (Tue, 26 Jul 2005) $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  javax.faces.application.FacesMessage _facesMessage
           
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ValidatorException(javax.faces.application.FacesMessage message)
           
ValidatorException(javax.faces.application.FacesMessage message, java.lang.Throwable cause)
           
 
Method Summary
private static java.lang.String facesMessageToString(javax.faces.application.FacesMessage message)
           
 javax.faces.application.FacesMessage 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

_facesMessage

private javax.faces.application.FacesMessage _facesMessage
Constructor Detail

ValidatorException

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

ValidatorException

public ValidatorException(javax.faces.application.FacesMessage message,
                          java.lang.Throwable cause)
Method Detail

getFacesMessage

public javax.faces.application.FacesMessage getFacesMessage()

facesMessageToString

private static java.lang.String facesMessageToString(javax.faces.application.FacesMessage message)