Interface ErrorHandler<S>
- Type Parameters:
S- the command sender type
public interface ErrorHandler<S>
Handler for exceptions thrown during command execution.
-
Method Summary
-
Method Details
-
handle
Handles an exception thrown during command execution.- Parameters:
sender- the sender who executed the commandexception- the exception that was thrown
-