org.appfuse.webapp.action
Class GeneralException

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

public class GeneralException
extends ModuleException

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.util.ModuleException
error, property
 
Constructor Summary
GeneralException()
          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

GeneralException

public GeneralException()
Construct a new instance of this exception



Copyright © 2002-2004