net.sf.jlayercheck.util.exceptions
Class CycleFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jlayercheck.util.exceptions.CycleFoundException
All Implemented Interfaces:
Serializable

public class CycleFoundException
extends Exception

Thrown by GraphModuleDependencies when the input graph contains cycles.

Author:
webmaster@earth3d.org
See Also:
Serialized Form

Constructor Summary
CycleFoundException()
           
 
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

CycleFoundException

public CycleFoundException()


Copyright © 2007. All Rights Reserved.