org.dllearner.core
Class LearningProblemUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dllearner.core.LearningProblemUnsupportedException
- All Implemented Interfaces:
- Serializable
public class LearningProblemUnsupportedException
- extends Exception
Exception, which is thrown when an application tries to run
a learning algorithm with a learning problem it does not
support.
- Author:
- Jens Lehmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LearningProblemUnsupportedException
public LearningProblemUnsupportedException(Class<? extends AbstractLearningProblem> problemClass,
Class<? extends LearningAlgorithm> algorithmClass)
LearningProblemUnsupportedException
public LearningProblemUnsupportedException(Class<? extends AbstractLearningProblem> problemClass,
Class<? extends LearningAlgorithm> algorithmClass,
Collection<Class<? extends AbstractLearningProblem>> supportedProblems)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann