jdsl.core.api
Class 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)
See Also:
Serialized Form

Constructor Summary
InvalidComparatorException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidComparatorException

public InvalidComparatorException(java.lang.String message)