org.melati.servlet
Class InvalidUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.servlet.InvalidUsageException
- All Implemented Interfaces:
- Serializable
public class InvalidUsageException
- extends MelatiException
Servlet was called with missing or invalid parameters.
- See Also:
- Serialized Form
InvalidUsageException
public InvalidUsageException(javax.servlet.http.HttpServlet servlet,
PoemContext context)
- Constructor.
- Parameters:
servlet
- the servlet misusedcontext
- the MelatiContext
of the request
getMessage
public String getMessage()
- Description copied from class:
MelatiException
-
- Overrides:
getMessage
in class MelatiException
- Returns:
- the message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.