org.web_auth.utils
Class ActionMappingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.web_auth.utils.ActionMappingException
All Implemented Interfaces:
java.io.Serializable

public class ActionMappingException
extends java.lang.Exception

This class provides a wrapper for any exceptions occured while processing action mapping configurations in struts-config.xml.

Version:
1.0
Author:
Zhengrong Tang
See Also:
Serialized Form

Constructor Summary
ActionMappingException(java.lang.String msg)
          Contructs an ActionMappingException with a detailed message.
ActionMappingException(java.lang.String msg, java.lang.Throwable e)
          Contructs an ActionMappingException with a detailed message and to encapsulate another exception.
ActionMappingException(java.lang.Throwable e)
          Contructs an ActionMappingException to encapsulate another exception.
 
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

ActionMappingException

public ActionMappingException(java.lang.String msg)
Contructs an ActionMappingException with a detailed message.

Parameters:
msg - the detailed message

ActionMappingException

public ActionMappingException(java.lang.Throwable e)
Contructs an ActionMappingException to encapsulate another exception.

Parameters:
e - the exception to be encapsulated

ActionMappingException

public ActionMappingException(java.lang.String msg,
                              java.lang.Throwable e)
Contructs an ActionMappingException with a detailed message and to encapsulate another exception.

Parameters:
msg - the detailed message
e - the exception to be encapsulated


Copyright © 2003 Zhengrong Tang. All Rights Reserved.