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
-
ParameterNotFoundException()
- Constructs a new ParameterNotFoundException with no detail message.
-
ParameterNotFoundException(String)
- Constructs a new ParameterNotFoundException with the specified
detail message.
ParameterNotFoundException
public ParameterNotFoundException()
- Constructs a new ParameterNotFoundException with no detail message.
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