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$
- Author:
- Ed Smiley esmiley@stanford.edu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QTIServiceException()QTIServiceException(String message)QTIServiceException(String message, Throwable cause)QTIServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-