skyview.survey
Class SurveyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by skyview.survey.SurveyException
All Implemented Interfaces:
java.io.Serializable

public class SurveyException
extends java.lang.Exception

This class is used for exceptions problems with the data in a survey.

See Also:
Serialized Form

Constructor Summary
SurveyException()
           
SurveyException(java.lang.String 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

SurveyException

public SurveyException()

SurveyException

public SurveyException(java.lang.String cause)