org.qtitools.qti.exception
Class QTICardinalityException

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.QTIEvaluationException
                      extended by org.qtitools.qti.exception.QTICardinalityException
All Implemented Interfaces:
java.io.Serializable

public class QTICardinalityException
extends QTIEvaluationException

This exception is used for reporting problems with cardinality.

Author:
Jiri Kajaba
See Also:
Serialized Form

Constructor Summary
QTICardinalityException(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

QTICardinalityException

public QTICardinalityException(java.lang.String message)
Constructs A new exception with the specified detailed message.

Parameters:
message - the detail message


Copyright © 2009. All Rights Reserved.