org.demosys.web.user
Class InvalidUserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.demosys.web.user.InvalidUserException
All Implemented Interfaces:
java.io.Serializable

public class InvalidUserException
extends java.lang.Exception

Bad User Data.

See Also:
Serialized Form

Constructor Summary
InvalidUserException(org.apache.struts.action.ActionErrors errors)
           
 
Method Summary
 org.apache.struts.action.ActionErrors getErrors()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InvalidUserException

public InvalidUserException(org.apache.struts.action.ActionErrors errors)
Method Detail

getErrors

public org.apache.struts.action.ActionErrors getErrors()


Copyright © 2003-2004 Sourceforge. All Rights Reserved.