Klasse ErrorHandler
java.lang.Object
de.luckymcdev.foundryengine.common.util.ErrorHandler
Centralized error handler for script errors with server broadcast support.
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic @Nullable StackTraceElementfindScriptFrame(Throwable error) static StringgetFormattedMessage(Throwable error) static StringgetShortErrorMessage(Throwable error) static voidhandleScriptError(String context, Throwable error) Logs and broadcasts a script error to the server's players.
-
Methodendetails
-
handleScriptError
-
getShortErrorMessage
-
getFormattedMessage
-
findScriptFrame
-