Class JSChunkGraph.ModuleDependenceException

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

    protected static class JSChunkGraph.ModuleDependenceException
    extends java.lang.IllegalArgumentException
    Exception class for declaring when the modules being fed into a JSChunkGraph 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
      JSChunk getDependentModule()  
      JSChunk 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,
                                            JSChunk module,
                                            JSChunk dependentModule)
    • Method Detail

      • getModule

        public JSChunk getModule()
      • getDependentModule

        public JSChunk getDependentModule()