org.sakaiproject.tool.assessment.services.qti
Class QTIServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.