org.xlattice.corexml.om
Class GraphCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xlattice.corexml.om.GraphCycleException
All Implemented Interfaces:
java.io.Serializable

public class GraphCycleException
extends java.lang.RuntimeException

Exception returned if a Document is found to contain graph cycles, that is, if a node is found to be its own parent.

Author:
Jim Dixon
See Also:
Serialized Form

Constructor Summary
GraphCycleException()
          No-argument constructor.
GraphCycleException(java.lang.String msg)
          Constructor taking a single String argument.
 
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

GraphCycleException

public GraphCycleException()
No-argument constructor.


GraphCycleException

public GraphCycleException(java.lang.String msg)
Constructor taking a single String argument.