org.qtitools.qti.exception
Class QTIBaseTypeException

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.QTIBaseTypeException
All Implemented Interfaces:
java.io.Serializable

public class QTIBaseTypeException
extends QTIEvaluationException

This exception is used for reporting problems with baseType.

Author:
Jiri Kajaba
See Also:
Serialized Form

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

QTIBaseTypeException

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

Parameters:
message - the detail message


Copyright © 2009. All Rights Reserved.