Uses of Class
io.github.coho04.mysql.errors.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in io.github.coho04.mysql
Methods in io.github.coho04.mysql with type parameters of type ExceptionHandlerModifier and TypeMethodDescription<T extends ExceptionHandler>
voidMYSQL.setExceptionHandlerClass
(T exceptionHandler) Sets the ExceptionHandler class for handling exceptions.Methods in io.github.coho04.mysql that return ExceptionHandlerModifier and TypeMethodDescriptionMYSQL.getExceptionHandlerClass()
This method is used to get the ExceptionHandler class associated with the MYSQL class.