|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception prefuse.util.collections.IncompatibleComparatorException
public class IncompatibleComparatorException
Exception indicating a comparator is incompatible with the data type to be compared.
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. |
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 |
---|
public IncompatibleComparatorException()
public IncompatibleComparatorException(java.lang.String message)
message
- a descriptive error messagepublic IncompatibleComparatorException(java.lang.Throwable cause)
cause
- a Throwable (e.g., error or exception) that was the cause
for this exception being thrownpublic IncompatibleComparatorException(java.lang.String message, java.lang.Throwable cause)
message
- a descriptive error messagecause
- a Throwable (e.g., error or exception) that was the cause
for this exception being thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |