org.dllearner.core
Class LearningProblemUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
LearningProblemUnsupportedException(Class<? extends AbstractLearningProblem> problemClass, Class<? extends LearningAlgorithm> algorithmClass)
           
LearningProblemUnsupportedException(Class<? extends AbstractLearningProblem> problemClass, Class<? extends LearningAlgorithm> algorithmClass, Collection<Class<? extends AbstractLearningProblem>> supportedProblems)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann