|
||||||||||
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 javax.servlet.ServletException com.boylesoftware.cb2.presentation.servlet.NoRequiredParamException
This exception is thrown by the ShowPageAction
when
it can't find a required presentation element input parameter in the
scope while setting it up. The reason it is a separate exception type
is that you can filter it with an onerror
element of a
page descriptor and forward to some special page instead of throwing
the exception further to the servlet container.
Constructor Summary | |
NoRequiredParamException(java.lang.String message)
Constructs a new exception. |
|
NoRequiredParamException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception caused by another exception. |
Methods inherited from class javax.servlet.ServletException |
getRootCause |
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 NoRequiredParamException(java.lang.String message)
message
- the error message.public NoRequiredParamException(java.lang.String message, java.lang.Throwable cause)
message
- the error message.cause
- the cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |