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

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.WrongTaskException
All Implemented Interfaces:
Serializable

public class WrongTaskException
extends CourseGeneratorException

See Also:
Serialized Form

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

WrongTaskException

public WrongTaskException()

WrongTaskException

public WrongTaskException(String task)

WrongTaskException

public WrongTaskException(String message,
                          Throwable cause)

WrongTaskException

public WrongTaskException(Throwable cause)