Class SurveyException

All Implemented Interfaces:
Serializable

public class SurveyException extends Exception
This class is used for exceptions problems with the data in a survey.
See Also:
  • Constructor Details

    • SurveyException

      public SurveyException()
    • SurveyException

      public SurveyException(String cause)
    • SurveyException

      public SurveyException(String cause, Exception prior)