|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.web_auth.utils.ActionMappingException
This class provides a wrapper for any exceptions occured while processing action mapping configurations in struts-config.xml.
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 |
public ActionMappingException(java.lang.String msg)
ActionMappingException
with a detailed message.
msg
- the detailed messagepublic ActionMappingException(java.lang.Throwable e)
ActionMappingException
to encapsulate another exception.
e
- the exception to be encapsulatedpublic ActionMappingException(java.lang.String msg, java.lang.Throwable e)
ActionMappingException
with a detailed message and to encapsulate another exception.
msg
- the detailed messagee
- the exception to be encapsulated
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |