Package net.minecraftforge.client.model
Class ForgeModelBakery.ItemLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.client.model.ModelLoadingException
net.minecraftforge.client.model.ForgeModelBakery.ItemLoadingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ForgeModelBakery
16x16 pure white sprite.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionItemLoadingException
(String message, Exception normalException, Exception blockstateException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
normalException
-
blockstateException
-
-
Constructor Details
-
ItemLoadingException
-