java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.web.struts.HttpInputException
- All Implemented Interfaces:
- java.io.Serializable
- public class HttpInputException
- extends java.lang.RuntimeException
is thrown when the http-parameters are not as expected due to a
bug in the application-software or if somebody is hacking with the
url's.
This exception should result in the displaying of an error-page
that says that shows the message of this exception.
NOTE:This exception should not be thrown when the user- input is not as
expected. In such cases Msg's should be put in the ActionContext so they are
displayed to the user in the appropriate screen.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpInputException
public HttpInputException()
HttpInputException
public HttpInputException(java.lang.String msg)