org.activemath.tutor.coursegen.learnerModel
Class UnknownLearnerModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.tutor.coursegen.learnerModel.UnknownLearnerModelException
All Implemented Interfaces:
Serializable

public class UnknownLearnerModelException
extends Exception

Sign some Exception by unknown learnermodel.

See Also:
Serialized Form

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

UnknownLearnerModelException

public UnknownLearnerModelException()

UnknownLearnerModelException

public UnknownLearnerModelException(String message)

UnknownLearnerModelException

public UnknownLearnerModelException(String message,
                                    Throwable cause)

UnknownLearnerModelException

public UnknownLearnerModelException(Throwable cause)