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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI.CourseGeneratorException
              extended by org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI.WrongLeanerModelURLException
All Implemented Interfaces:
Serializable

public class WrongLeanerModelURLException
extends CourseGeneratorException

See Also:
Serialized Form

Constructor Summary
WrongLeanerModelURLException()
           
WrongLeanerModelURLException(String learnerModelId)
           
WrongLeanerModelURLException(String message, Throwable cause)
           
WrongLeanerModelURLException(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

WrongLeanerModelURLException

public WrongLeanerModelURLException()

WrongLeanerModelURLException

public WrongLeanerModelURLException(String learnerModelId)

WrongLeanerModelURLException

public WrongLeanerModelURLException(String message,
                                    Throwable cause)

WrongLeanerModelURLException

public WrongLeanerModelURLException(Throwable cause)