com.google.javascript.jscomp
Class JSModuleGraph.ModuleDependenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException
All Implemented Interfaces:
Serializable
Enclosing class:
JSModuleGraph

protected static class JSModuleGraph.ModuleDependenceException
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
protected JSModuleGraph.ModuleDependenceException(String message, JSModule module, JSModule dependentModule)
           
 
Method Summary
 JSModule getDependentModule()
           
 JSModule getModule()
           
 
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

JSModuleGraph.ModuleDependenceException

protected JSModuleGraph.ModuleDependenceException(String message,
                                                  JSModule module,
                                                  JSModule dependentModule)
Method Detail

getModule

public JSModule getModule()

getDependentModule

public JSModule getDependentModule()