org.appfuse.webapp.action
Class InvalidResumeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.struts.util.ModuleException
              extended byorg.appfuse.webapp.action.InvalidResumeException
All Implemented Interfaces:
Serializable

public class InvalidResumeException
extends ModuleException

This exception is designed to catch all exceptions and build a list of exceptions that have occurred.

View Source

Version:
$Revision: 1.3 $ $Date: 2004/03/31 13:04:24 $
Author:
Matt Raible
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.util.ModuleException
error, property
 
Constructor Summary
InvalidResumeException(String badId)
          Construct a new instance of this exception
 
Methods inherited from class org.apache.struts.util.ModuleException
getError, getProperty, setProperty
 
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

InvalidResumeException

public InvalidResumeException(String badId)
Construct a new instance of this exception



Copyright © 2002-2004