com.intellij.openapi.roots
Class ModuleCircularDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intellij.openapi.roots.ModuleCircularDependencyException
All Implemented Interfaces:
java.io.Serializable

public class ModuleCircularDependencyException
extends java.lang.Exception

This exception is thrown on attempt to commit a module with circular dependencies.

See Also:
Serialized Form

Constructor Summary
ModuleCircularDependencyException(java.lang.String moduleName1, java.lang.String moduleName2)
           
 
Method Summary
 java.lang.String getModuleName1()
           
 java.lang.String getModuleName2()
           
 
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

ModuleCircularDependencyException

public ModuleCircularDependencyException(java.lang.String moduleName1,
                                         java.lang.String moduleName2)
Method Detail

getModuleName1

public java.lang.String getModuleName1()

getModuleName2

public java.lang.String getModuleName2()