i3.dragos.exception
Class GraphEntityInstantiationException

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

public class GraphEntityInstantiationException
extends DragosException

This exception is thrown when the user tries to create instances of an abstract GraphEntityClass.

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

Constructor Summary
GraphEntityInstantiationException(GraphEntityClass g)
          Creates a new GraphEntityInstantiationException.
 
Method Summary
 java.lang.Object getAbstractGraphEntityClass()
          Returns the GraphEntityClass which the user tried to instantiate.
 
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

GraphEntityInstantiationException

public GraphEntityInstantiationException(GraphEntityClass g)
Creates a new GraphEntityInstantiationException.

Parameters:
g - The object on which the operation was attempted.
Method Detail

getAbstractGraphEntityClass

public java.lang.Object getAbstractGraphEntityClass()
Returns the GraphEntityClass which the user tried to instantiate.

Returns:
the GraphEntityClass which the user tried to instantiate.


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