org.qtitools.qti.exception
Class QTIItemFlowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qtitools.qti.exception.QTIRuntimeException
                  extended by org.qtitools.qti.exception.QTIItemFlowException
All Implemented Interfaces:
java.io.Serializable

public class QTIItemFlowException
extends QTIRuntimeException

This exception is used for propagating errors during item flow.

Author:
Jiri Kajaba
See Also:
Serialized Form

Constructor Summary
QTIItemFlowException(XmlNode source, java.lang.String message)
          Constructs A new exception with the specified detailed message.
 
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

QTIItemFlowException

public QTIItemFlowException(XmlNode source,
                            java.lang.String message)
Constructs A new exception with the specified detailed message.

Parameters:
source - source of this exception
message - the detail message


Copyright © 2009. All Rights Reserved.