Uses of Class
jitas.exception.StudentModelNotFoundException

Packages that use StudentModelNotFoundException
jitas.core   
jitas.util   
jitas.xml.parser   
 

Uses of StudentModelNotFoundException in jitas.core
 

Methods in jitas.core that throw StudentModelNotFoundException
 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 StudentModelNotFoundException in jitas.util
 

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

Uses of StudentModelNotFoundException in jitas.xml.parser
 

Methods in jitas.xml.parser that throw StudentModelNotFoundException
 StudentModel StudentModelParser.loadStudentModel(java.lang.String domainName, java.lang.String studentName)
          The root of the tree is easy to find since the document itself implements the Node interface...