org.sakaiproject.tool.assessment.services.qti
Class QTIServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sakaiproject.tool.assessment.services.qti.QTIServiceException
All Implemented Interfaces:
Serializable

public class QTIServiceException
extends RuntimeException

Isolates exceptions in the QTI service layer.

Copyright: Copyright (c) 2005 Sakai

Version:
$Id: QTIServiceException.java 9273 2006-05-10 22:34:28Z daisyf@stanford.edu $
Author:
Ed Smiley esmiley@stanford.edu
See Also:
Serialized Form

Constructor Summary
QTIServiceException()
           
QTIServiceException(String message)
           
QTIServiceException(String message, Throwable cause)
           
QTIServiceException(Throwable 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

QTIServiceException

public QTIServiceException()

QTIServiceException

public QTIServiceException(String message)

QTIServiceException

public QTIServiceException(String message,
                           Throwable cause)

QTIServiceException

public QTIServiceException(Throwable cause)


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