Class NoReturnValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
dev.selena.luacore.exceptions.lua.NoReturnValueException
- All Implemented Interfaces:
Serializable
Thrown when the Lua file does not have any return table
- See Also:
-
Constructor Summary
ConstructorDescriptionNoReturnValueException
(String message) Thrown when the Lua file does not have any return table -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoReturnValueException
Thrown when the Lua file does not have any return table- Parameters:
message
- The error message
-