Class ResourceLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minheur.potoflux.utils.ressourcelocation.ResourceLocationException
- All Implemented Interfaces:
Serializable
This is thrown when there's an error in a
ResourceLocation- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceLocationException(String pMessage) Throws the exceptionResourceLocationException(String pMessage, Throwable pCause) Throws the exception with a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceLocationException
Throws the exception- Parameters:
pMessage- message to send on throwing
-
ResourceLocationException
Throws the exception with a cause- Parameters:
pMessage- message to send on throwingpCause- cause of throwing
-