Package es.urjc.etsii.grafo.exception
Class IllegalAlgorithmConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
es.urjc.etsii.grafo.exception.IllegalAlgorithmConfigException
- All Implemented Interfaces:
Serializable
Thrown by any algorithm component when the combination of parameters given is not valid
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalAlgorithmConfigException
(String explanation) Initialize the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalAlgorithmConfigException
Initialize the exception- Parameters:
explanation
- Explanation
-