javax.portlet
Class ValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by javax.portlet.ValidatorException
All Implemented Interfaces:
java.io.Serializable

public class ValidatorException
extends PortletException

See Also:
Serialized Form

Constructor Summary
ValidatorException(java.lang.String text, java.util.Collection failedKeys)
           
ValidatorException(java.lang.String text, java.lang.Throwable cause, java.util.Collection failedKeys)
           
ValidatorException(java.lang.Throwable cause, java.util.Collection failedKeys)
           
 
Method Summary
 java.util.Enumeration getFailedKeys()
           
 
Methods inherited from class javax.portlet.PortletException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorException

public ValidatorException(java.lang.String text,
                          java.util.Collection failedKeys)

ValidatorException

public ValidatorException(java.lang.String text,
                          java.lang.Throwable cause,
                          java.util.Collection failedKeys)

ValidatorException

public ValidatorException(java.lang.Throwable cause,
                          java.util.Collection failedKeys)
Method Detail

getFailedKeys

public java.util.Enumeration getFailedKeys()