com.intellij.openapi.module
Class ModuleWithNameAlreadyExists

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

public class ModuleWithNameAlreadyExists
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ModuleWithNameAlreadyExists(java.lang.String moduleName)
           
 
Method Summary
 java.lang.String getModuleName()
           
 
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

ModuleWithNameAlreadyExists

public ModuleWithNameAlreadyExists(java.lang.String moduleName)
Method Detail

getModuleName

public java.lang.String getModuleName()