i3.dragos.exception
Class DanglingReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by i3.dragos.exception.DragosException
              extended by i3.dragos.exception.DanglingReferenceException
All Implemented Interfaces:
java.io.Serializable

public class DanglingReferenceException
extends DragosException

A DanglingReferenceException is thrown when a method that traverses edges or relation ends encounters a dangling reference. It is not thrown by the GraphPoolChecker.

Author:
Thorsten Hermes <thermes@i3.informatik.rwth-aachen.de>
See Also:
Serialized Form

Constructor Summary
DanglingReferenceException(java.lang.String message)
          Constructs a new exception with the given 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

DanglingReferenceException

public DanglingReferenceException(java.lang.String message)
Constructs a new exception with the given message.

Parameters:
message - A message describing the reason of the exception.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.