org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI
Class CourseGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI.CourseGeneratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoUserInLearnerModelException, WrongLeanerModelURLException, WrongLearnerKnowledgeMapException, WrongTaskException

public class CourseGeneratorException
extends Exception

See Also:
Serialized Form

Constructor Summary
CourseGeneratorException()
           
CourseGeneratorException(String message)
           
CourseGeneratorException(String message, Throwable cause)
           
CourseGeneratorException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CourseGeneratorException

public CourseGeneratorException()

CourseGeneratorException

public CourseGeneratorException(String message)

CourseGeneratorException

public CourseGeneratorException(String message,
                                Throwable cause)

CourseGeneratorException

public CourseGeneratorException(Throwable cause)