Uses of Class
jitas.exception.JITASException

Packages that use JITASException
jitas.exception   
 

Uses of JITASException in jitas.exception
 

Subclasses of JITASException in jitas.exception
 class AddUserDeniedException
          It is thrown when a user without proper right to add a user.
 class AllProblemsCompletedException
          It is thrown when a user has completed all the problems in a subdomain.
 class DomainNotFoundException
          It is thrown when the domain xml file is not available or user requires an unavailable domain.
 class DomainNotLoadedException
           
 class IllegalUserNameException
          It is thrown when user specified an illegal username.
 class InvalidLoginException
          It is thrown when an invalid user is trying to log in.
 class InvalidPasswordException
          If the user trys to change their password without supplying a correct old password this will be thrown.
 class InvalidProblemException
          It is thrown when an invalid problem returned from the collection
 class InvalidSolutionException
          It is thrown when an invalid solution ris parsed
 class ProblemAlreadyExistsException
          It is thrown when the interfacing client is trying to add an existed problem to the list.
 class ProblemsNotFoundException
          It is thrown when the problem xml file does not exist in the directory
 class StudentModelAlreadyExistsException
          It is thrown when the student model already exist in the directory
 class StudentModelNotFoundException
          It is thrown when a student model does not exist in the directory.
 class StudentModelsNotFoundException
          It is thrown when the student model file does not exist in the directory.
 class SubdomainNotFoundException
          It is thrown when the user selects an unavailable subdomain
 class UserAlreadyExistsException
          It is thrown when the interfacint client is trying to add the user which is already existed.
 class UserNotFoundException
          It is thrown when the user is logging with the invalid name in the list
 class UserNotLoggedInException
          It is thrown when a user is trying to manipulate the Tutor without logging in first.