org.sourceforge.espro.model
Class QuestionnaireNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sourceforge.espro.model.QuestionnaireNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class QuestionnaireNotFoundException
extends java.lang.Exception

This exception is rased if we really need a Questionnaire at this point but there could not be found any.

Version:
2.0
Author:
Martin Kaffanke
See Also:
Serialized Form

Constructor Summary
QuestionnaireNotFoundException()
          Creates a new instance of QuestionnaireNotFoundException without detail message.
QuestionnaireNotFoundException(java.lang.String msg)
          Constructs an instance of QuestionnaireNotFoundException with the specified detail message.
 
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

QuestionnaireNotFoundException

public QuestionnaireNotFoundException()
Creates a new instance of QuestionnaireNotFoundException without detail message.


QuestionnaireNotFoundException

public QuestionnaireNotFoundException(java.lang.String msg)
Constructs an instance of QuestionnaireNotFoundException with the specified detail message.

Parameters:
msg - the detail message.