Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.questionnaire
Class QuestionnaireException  view QuestionnaireException download QuestionnaireException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.RuntimeCollective.questionnaire.QuestionnaireException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidAnswerException

public class QuestionnaireException
extends java.lang.RuntimeException

The subclass of RuntimeException which should be thrown by classes in the Questionnaire module when they meet some kind of problem.

Version:
$Id: QuestionnaireException.java,v 1.4 2003/09/30 15:12:52 joe Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
QuestionnaireException(java.lang.String s)
           
 
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

QuestionnaireException

public QuestionnaireException(java.lang.String s)