Uses of Class
org.apache.struts.util.ModuleException

Packages that use ModuleException
org.apache.struts.webapp.example   
org.apache.struts.webapp.example2   
 

Uses of ModuleException in org.apache.struts.webapp.example
 

Subclasses of ModuleException in org.apache.struts.webapp.example
 class ExpiredPasswordException
          Example of an application-specific exception for which a handler can be configured.
 

Methods in org.apache.struts.webapp.example that throw ModuleException
 User LogonAction.getUser(UserDatabase database, java.lang.String username)
          Look up the user, throwing an exception to simulate business logic rule exceptions.
 

Uses of ModuleException in org.apache.struts.webapp.example2
 

Methods in org.apache.struts.webapp.example2 that throw ModuleException
 User LogonAction.getUser(UserDatabase database, java.lang.String username)
          Look up the user, throwing an exception to simulate business logic rule exceptions.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.