public class IncompatibleComparatorException
extends java.lang.Exception
Constructor and Description |
---|
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.
|
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 thrownCopyright ? 2013 Regents of the University of California