|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.udc.gii.common.eaf.exception.WrongComparatorException
public class WrongComparatorException
Some clases require a concrete type of comparator. This exception is thrown whenever a not supported comparator is found by those classes.
Constructor Summary | |
---|---|
WrongComparatorException(java.lang.Class<?> foundClass)
Constructs an instance of WrongAlgorithmException . |
|
WrongComparatorException(java.lang.String message)
Constructs an isntance of this class. |
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 WrongComparatorException(java.lang.Class<?> foundClass)
WrongAlgorithmException
.
requiredClass
- - Class of the required comparator subtype required.public WrongComparatorException(java.lang.String message)
message
- The concrete cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |