All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.summitsystems.springbukkit.command.CommandExceptionHandlerRegistry.kt Maven / Gradle / Ivy

The newest version!
package kr.summitsystems.springbukkit.command

import org.springframework.core.convert.TypeDescriptor

interface CommandExceptionHandlerRegistry {
    fun addExceptionHandler(registrableCommandExceptionHandler: RegistrableCommandExceptionHandler)

    fun find(throwableType: TypeDescriptor): RegistrableCommandExceptionHandler?

    fun getOrderedExceptionHandlers(): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy