|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.boylesoftware.cb2.presentation.servlet.InvalidParamValueException
This exception is thrown by the ShowPageAction when
an presentation element input parameter has an invalid value.
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 | |
InvalidParamValueException(java.lang.String message)
Constructs a new exception. |
|
InvalidParamValueException(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 InvalidParamValueException(java.lang.String message)
message - the error message.
public InvalidParamValueException(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 | |||||||||