Class ChannelArgument.ChannelParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.jda.parsers.ChannelArgument.ChannelParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelArgument.ChannelNotFoundException,ChannelArgument.TooManyChannelsFoundParseException
- Enclosing class:
- ChannelArgument<C>
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionChannelParseException(@NonNull String input)Construct a new channel parse exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelParseException
Construct a new channel parse exception- Parameters:
input- String input
-
-
Method Details
-
getInput
Get the users input- Returns:
- users input
-