|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.struts.portlet.StrutsException
public class StrutsException
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 | |
|---|---|
StrutsException()
Construct this StrutsException object |
|
StrutsException(java.lang.String s)
Construct this StrutsException 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 StrutsException()
public StrutsException(java.lang.String s)
s - an exception string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||