gate.util.persistence
Class PersistenceManager.NotComparableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gate.util.persistence.PersistenceManager.NotComparableException
All Implemented Interfaces:
Serializable
Enclosing class:
PersistenceManager

public static class PersistenceManager.NotComparableException
extends RuntimeException

Thrown by a comparator when the values provided for comparison are not comparable.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PersistenceManager.NotComparableException()
           
PersistenceManager.NotComparableException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PersistenceManager.NotComparableException

public PersistenceManager.NotComparableException(String message)

PersistenceManager.NotComparableException

public PersistenceManager.NotComparableException()