|
||||||||||
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.WrongAlgorithmException
public class WrongAlgorithmException
Constructor Summary | |
---|---|
WrongAlgorithmException()
|
|
WrongAlgorithmException(java.lang.Class<T> requiredClass,
java.lang.Class<?> foundClass)
Constructs an instance of WrongAlgorithmException . |
|
WrongAlgorithmException(java.lang.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 |
---|
public WrongAlgorithmException(java.lang.String message)
public WrongAlgorithmException()
public WrongAlgorithmException(java.lang.Class<T> requiredClass, java.lang.Class<?> foundClass)
WrongAlgorithmException
.
requiredClass
- - Class of the required algorithm subtype required.foundClass
- - Class of the algorithm subtype found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |