Class CustomModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cyclops.integrateddynamics.core.client.model.CustomModelException
- All Implemented Interfaces:
Serializable
Exception that can occur while loading custom models.
- See Also:
-
Constructor Summary
ConstructorDescriptionCustomModelException
(net.minecraft.resources.ResourceLocation modelLocation) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomModelException
public CustomModelException(net.minecraft.resources.ResourceLocation modelLocation)
-