Package net.minecraft.resource
Class ReloadableResourceManagerImpl.PackAdditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.resource.ReloadableResourceManagerImpl.PackAdditionFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReloadableResourceManagerImpl
public static class ReloadableResourceManagerImpl.PackAdditionFailedException extends RuntimeException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private ResourcePack
pack
-
Constructor Summary
Constructors Constructor Description PackAdditionFailedException(ResourcePack pack, Throwable cause)
-
Method Summary
Modifier and Type Method Description ResourcePack
getPack()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
pack
-
-
Constructor Details
-
PackAdditionFailedException
-
-
Method Details
-
getPack
-