com.coyotegulch.jisp
public class KeyNotFound extends DatabaseException
ObjectIndex
throws KeyNotFound
when a requested key
is not found in the index. Each concrete index class * determines the circumstances under which this exception is thrown.
See Also: ObjectIndex
Constructor Summary | |
---|---|
KeyNotFound()
Constructs a new KeyNotFound with null as its error message string.
| |
KeyNotFound(String s)
Constructs a new KeyNotFound with s as its error message string.
|
KeyNotFound
with null as its error message string.
KeyNotFound
with s
as its error message string.
Parameters: s Error message string.