org.qtitools.qti.exception
Class QTIProcessingInterrupt

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qtitools.qti.exception.QTIException
              extended by org.qtitools.qti.exception.QTIProcessingInterrupt
All Implemented Interfaces:
java.io.Serializable

public class QTIProcessingInterrupt
extends QTIException

This exception is thrown if something requires any processing (template, response, outcome) needs to be immediately stopped for any reason. Whilst normally it would be bad to use an exception for flow control, this particular use is quite exceptional, and would be very difficult to achieve in any other manner.

Author:
Jonathon Hare
See Also:
Serialized Form

Constructor Summary
QTIProcessingInterrupt()
           
 
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

QTIProcessingInterrupt

public QTIProcessingInterrupt()


Copyright © 2009. All Rights Reserved.