Class ItemBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
dev.selena.luacore.exceptions.item.ItemBuilderException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemBuilderException(String message) Exception thrown when an error occurs in the ItemBuilder. -
Method Summary
Methods inherited from class java.lang.NullPointerException
fillInStackTrace, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemBuilderException
Exception thrown when an error occurs in the ItemBuilder.- Parameters:
message- the detail message of the exception
-