Uses of Class
jitas.exception.InvalidSolutionException

Packages that use InvalidSolutionException
jitas.core   
jitas.util   
 

Uses of InvalidSolutionException in jitas.core
 

Methods in jitas.core that throw InvalidSolutionException
 Feedback Tutor.submitSolution(Solution studentSolution, java.lang.String userName, java.lang.String domainName)
           
 Feedback TutorInterface.submitSolution(Solution studentSolution, java.lang.String userName, java.lang.String domainName)
          Used when a student wishes to submit their solution to the current problem.
 

Uses of InvalidSolutionException in jitas.util
 

Methods in jitas.util that throw InvalidSolutionException
static Feedback SolutionEvaluator.evaluateSolution(Solution studentSolution, Student student, Domain domain, java.lang.String subdomainName, boolean external)
          Evaluate a students solution.