gate.util.persistence
Class PersistenceManager.NotComparableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PersistenceManager.NotComparableException()
           
PersistenceManager.NotComparableException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceManager.NotComparableException

public PersistenceManager.NotComparableException(String message)

PersistenceManager.NotComparableException

public PersistenceManager.NotComparableException()