org.sakaiproject.tool.assessment.business.questionpool
Class QuestionPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.osid.OsidException
          extended by org.sakaiproject.tool.assessment.business.questionpool.QuestionPoolException
All Implemented Interfaces:
Serializable

public class QuestionPoolException
extends org.osid.OsidException

This class provides a specific QuestionPool exception.

Author:
Rachel Gollub
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.osid.OsidException
ALREADY_MARKED, CONFIGURATION_ERROR, ERROR_ASSIGNING_CONFIGURATION, ERROR_ASSIGNING_CONTEXT, INTERFACE_NOT_FOUND, MANAGER_INSTANTIATION_ERROR, MANAGER_NOT_FOUND, MANAGER_NOT_OSID_IMPLEMENTATION, NOTHING_MARKED, NULL_ARGUMENT, OPERATION_FAILED, PERMISSION_DENIED, UNIMPLEMENTED, VERSION_ERROR
 
Constructor Summary
QuestionPoolException(String message)
          Creates a new QuestionPoolException object.
 
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

QuestionPoolException

public QuestionPoolException(String message)
Creates a new QuestionPoolException object.

Parameters:
message - DOCUMENTATION PENDING


Copyright © 2005-2012 Sakai Project. All Rights Reserved.