Class ChannelArgument.ChannelParseException

    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelParseException​(@NonNull java.lang.String input)
      Construct a new channel parse exception
    • Method Summary

      Modifier and Type Method Description
      @NonNull java.lang.String getInput()
      Get the users input
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChannelParseException

        public ChannelParseException​(@NonNull java.lang.String input)
        Construct a new channel parse exception
        Parameters:
        input - String input
    • Method Detail

      • getInput

        public final @NonNull java.lang.String getInput()
        Get the users input
        Returns:
        users input