Hierarchy For Package com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.GuildChannelConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.IntConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.LongConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.RoleConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.StringConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.alex1304.ultimategdbot.api.command.CommandFailedException
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConversionException
- com.github.alex1304.ultimategdbot.api.command.CommandFailedException
- java.lang.RuntimeException
- java.lang.Exception
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.UserConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
Interface Hierarchy
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>