Package com.google.javascript.jscomp
Class JSChunkGraph.ChunkDependenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.google.javascript.jscomp.JSChunkGraph.ChunkDependenceException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- JSChunkGraph
protected static class JSChunkGraph.ChunkDependenceException extends java.lang.IllegalArgumentException
Exception class for declaring when the chunks 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
ChunkDependenceException(java.lang.String message, JSChunk chunk, JSChunk dependentChunk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSChunk
getChunk()
JSChunk
getDependentChunk()
-