Class LoadResolver.LoopingReferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thewinnt.cutscenes.util.LoadResolver.LoopingReferenceException
All Implemented Interfaces:
Serializable
Enclosing class:
LoadResolver<T>

public static class LoadResolver.LoopingReferenceException extends RuntimeException
An Exception representing a loop in loading objects.

For example, an object named cutscenes:a references an object named cutscenes:b. That object, in return, referenced cutscenes:a. When trying to load either of these objects, this exception will be thrown.

See Also:
  • Constructor Details

    • LoopingReferenceException

      public LoopingReferenceException(net.minecraft.resources.ResourceLocation id)
  • Method Details