org.qtitools.qti.exception
Class QTIAttributeException

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

public class QTIAttributeException
extends QTIRuntimeException

This exception is used for reporting problems with attributes.

Author:
Jiri Kajaba
See Also:
Serialized Form

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

QTIAttributeException

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

Parameters:
message - the detail message


Copyright © 2009. All Rights Reserved.