org.locomotive.util.data
Class ComparisonKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.locomotive.util.data.ComparisonKeyException

public class ComparisonKeyException
extends java.lang.RuntimeException

Provides a basic exception class to be used by comparison keys. note that this class extends RunTimeException, meaning it does not have to be caught- faster.

See Also:
Serialized Form

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

Constructor Detail

ComparisonKeyException

public ComparisonKeyException(java.lang.String s)

ComparisonKeyException

public ComparisonKeyException()