All Packages Class Hierarchy This Package Previous Next Index
Class set.ElementComparisonException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----set.ElementComparisonException
- public class ElementComparisonException
- extends Exception
The exception raise during a comparison of two elements using the
less method.
- See Also:
- less
-
ElementComparisonException()
- Constructor
-
ElementComparisonException(String)
- Constructor with a detail message
ElementComparisonException
public ElementComparisonException()
- Constructor
ElementComparisonException
public ElementComparisonException(String s)
- Constructor with a detail message
- Parameters:
- s - the message
All Packages Class Hierarchy This Package Previous Next Index