Class JSChunkGraph.ChunkDependenceException

All Implemented Interfaces:
Serializable
Enclosing class:
JSChunkGraph

protected static class JSChunkGraph.ChunkDependenceException extends 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:
  • Constructor Details

    • ChunkDependenceException

      protected ChunkDependenceException(String message, JSChunk chunk, JSChunk dependentChunk)
  • Method Details

    • getChunk

      public JSChunk getChunk()
    • getDependentChunk

      public JSChunk getDependentChunk()