prefuse.util.collections
Class IncompatibleComparatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byprefuse.util.collections.IncompatibleComparatorException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleComparatorException
extends java.lang.Exception

Exception indicating a comparator is incompatible with the data type to be compared.

Author:
jeffrey heer
See Also:
Serialized Form

Constructor Summary
IncompatibleComparatorException()
          Create a new IncompatibleComparatorException.
IncompatibleComparatorException(java.lang.String message)
          Create a new IncompatibleComparatorException.
IncompatibleComparatorException(java.lang.String message, java.lang.Throwable cause)
          Create a new IncompatibleComparatorException.
IncompatibleComparatorException(java.lang.Throwable cause)
          Create a new IncompatibleComparatorException.
 
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

IncompatibleComparatorException

public IncompatibleComparatorException()
Create a new IncompatibleComparatorException.


IncompatibleComparatorException

public IncompatibleComparatorException(java.lang.String message)
Create a new IncompatibleComparatorException.

Parameters:
message - a descriptive error message

IncompatibleComparatorException

public IncompatibleComparatorException(java.lang.Throwable cause)
Create a new IncompatibleComparatorException.

Parameters:
cause - a Throwable (e.g., error or exception) that was the cause for this exception being thrown

IncompatibleComparatorException

public IncompatibleComparatorException(java.lang.String message,
                                       java.lang.Throwable cause)
Create a new IncompatibleComparatorException.

Parameters:
message - a descriptive error message
cause - a Throwable (e.g., error or exception) that was the cause for this exception being thrown


Copyright ? 2007 Regents of the University of California