org.qtitools.qti.exception
Class QTINodeGroupException

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

public class QTINodeGroupException
extends QTIRuntimeException

This exception is used for reporting problems with node groups.

Author:
Jiri Kajaba
See Also:
Serialized Form

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

QTINodeGroupException

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

Parameters:
message - the detail message


Copyright © 2009. All Rights Reserved.