Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.web.struts
Class HttpInputException  view HttpInputException download HttpInputException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
HttpInputException()
           
HttpInputException(java.lang.String msg)
           
 
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

HttpInputException

public HttpInputException()

HttpInputException

public HttpInputException(java.lang.String msg)