com.objectplanet.survey.plugin.api
Class SurveyPageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.objectplanet.survey.plugin.api.SurveyPageException
All Implemented Interfaces:
java.io.Serializable

public class SurveyPageException
extends java.lang.Exception

Exception to throw if an error occurs while creating a survey page

Author:
Irina Brun
See Also:
Serialized Form
Created:
22. february 2002

Constructor Summary
SurveyPageException()
          Default constructor
SurveyPageException(java.lang.String message)
          Constructor which takes a describing string as parameter
SurveyPageException(java.lang.Throwable e)
          Default constructor
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SurveyPageException

public SurveyPageException(java.lang.Throwable e)
Default constructor

Parameters:
e - The cause

SurveyPageException

public SurveyPageException()
Default constructor


SurveyPageException

public SurveyPageException(java.lang.String message)
Constructor which takes a describing string as parameter

Parameters:
message -

Copyright © ObjectPlanet Inc. All Rights Reserved.

Built on May 7 2003