| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.wps.portlets.struts.WpsStrutsException
public class WpsStrutsException
This exception is used as a base class for Portal Struts Framework exceptions. If we find an exception of this type and it does not have a Struts ExceptionHandler configured for it we will display the error using the ErrorResponseFormatter.
Constructor Summary | |
---|---|
WpsStrutsException()
Construct this WpsStrutsException object | |
WpsStrutsException(java.lang.String s)
Construct this WpsStrutsException object |
Method Summary |
---|
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 WpsStrutsException()
public WpsStrutsException(java.lang.String s)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |