cmu.survey.data
Class WebappConfiguration.WebappNotConfiguredError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cmu.survey.data.WebappConfiguration.WebappError
              extended by cmu.survey.data.WebappConfiguration.WebappNotConfiguredError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WebappConfiguration

public static class WebappConfiguration.WebappNotConfiguredError
extends WebappConfiguration.WebappError

See Also:
Serialized Form

Constructor Summary
WebappConfiguration.WebappNotConfiguredError()
           
WebappConfiguration.WebappNotConfiguredError(java.lang.Exception e)
           
WebappConfiguration.WebappNotConfiguredError(java.lang.String message, java.lang.Exception e)
           
 
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

WebappConfiguration.WebappNotConfiguredError

public WebappConfiguration.WebappNotConfiguredError()

WebappConfiguration.WebappNotConfiguredError

public WebappConfiguration.WebappNotConfiguredError(java.lang.Exception e)

WebappConfiguration.WebappNotConfiguredError

public WebappConfiguration.WebappNotConfiguredError(java.lang.String message,
                                                    java.lang.Exception e)