Package net.minecraftforge.client.model
Class ModelLoader.ItemLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.client.model.ModelLoadingException
net.minecraftforge.client.model.ModelLoader.ItemLoadingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ModelLoader
16x16 pure white sprite.
- See Also:
- Serialized Form
-
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
-