All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.api.InvalidKeyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.core.api.CoreException
|
+----jdsl.core.api.InvalidKeyException
- public class InvalidKeyException
- extends CoreException
Signals that an invalid key has been passed to a KeyBasedContainer class.
An invalid key is a key which is not recognized by a Comparator.
- See Also:
- Comparator
-
InvalidKeyException(String)
- Constructs an InvalidKeyException with the specified detail message.
InvalidKeyException
public InvalidKeyException(String message)
- Constructs an InvalidKeyException with the specified detail message.
message
is a String that describes this particular
exception.
- Parameters:
- message - A string describing the details of the
particular exception.
All Packages Class Hierarchy This Package Previous Next Index