Package com.google.javascript.jscomp
Class JSChunkGraph.ModuleDependenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.google.javascript.jscomp.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModuleDependenceException(java.lang.String message, JSChunk module, JSChunk dependentModule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSChunk
getDependentModule()
JSChunk
getModule()
-