Class JSModuleGraph.ModuleDependenceException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JSModuleGraph

    protected static class JSModuleGraph.ModuleDependenceException
    extends java.lang.IllegalArgumentException
    Exception class for declaring when the modules being fed into a JSModuleGraph as input aren't in dependence order, and so can't be processed for caching of various dependency-related queries.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JSModule getDependentModule()  
      JSModule getModule()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ModuleDependenceException

        protected ModuleDependenceException​(java.lang.String message,
                                            JSModule module,
                                            JSModule dependentModule)
    • Method Detail

      • getModule

        public JSModule getModule()
      • getDependentModule

        public JSModule getDependentModule()