Class EntityBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
dev.selena.luacore.exceptions.entity.EntityBuildException
- All Implemented Interfaces:
Serializable
Exception thrown during the build process in the
EntityBuilder class- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityBuildException(String message) Thrown when there is an error with theEntityBuilder.spawn(Location) -
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
-
EntityBuildException
Thrown when there is an error with theEntityBuilder.spawn(Location)- Parameters:
message- The message you want to send alongside it
-