All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.api.InvalidComparatorException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.core.api.CoreException
|
+----jdsl.core.api.InvalidComparatorException
- public class InvalidComparatorException
- extends CoreException
This exception is thrown by a ComparatorBased container when
an operation is performed, and the comparator has not yet
been set.
- Author:
- Mike Boilen (mgb)
-
InvalidComparatorException(String)
-
InvalidComparatorException
public InvalidComparatorException(String message)
All Packages Class Hierarchy This Package Previous Next Index