public class HytaleUncaughtExceptionHandler implements Thread.UncaughtExceptionHandler
Class HytaleUncaughtExceptionHandler. Provides hytaleuncaughtexceptionhandler functionality for the Hytale server.
java.lang.Object > HytaleUncaughtExceptionHandler
Field Summary
No fields documented.
Method Detail
setup
static
void
setup
()
Method setup.
uncaughtException
public
void
uncaughtException
(final Thread t, final Throwable e)
Method uncaughtException.
- Parameters:
final Threadtfinal Throwablee