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

Constructor Index

 o ElementComparisonException()
Constructor
 o ElementComparisonException(String)
Constructor with a detail message

Constructors

 o ElementComparisonException
 public ElementComparisonException()
Constructor

 o ElementComparisonException
 public ElementComparisonException(String s)
Constructor with a detail message

Parameters:
s - the message

All Packages  Class Hierarchy  This Package  Previous  Next  Index