All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oreilly.servlet.ParameterNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.oreilly.servlet.ParameterNotFoundException

public class ParameterNotFoundException
extends Exception
Thrown to indicate a parameter does not exist.

Version:
1.0, 98/09/18
Author:
Jason Hunter, Copyright © 1998
See Also:
ParameterParser

Constructor Index

 o ParameterNotFoundException()
Constructs a new ParameterNotFoundException with no detail message.
 o ParameterNotFoundException(String)
Constructs a new ParameterNotFoundException with the specified detail message.

Constructors

 o ParameterNotFoundException
 public ParameterNotFoundException()
Constructs a new ParameterNotFoundException with no detail message.

 o ParameterNotFoundException
 public ParameterNotFoundException(String s)
Constructs a new ParameterNotFoundException with the specified detail message.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index