Class UserArgument.UserNotFoundParseException

    • Constructor Summary

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

      Modifier and Type Method Description
      @NonNull java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • UserNotFoundParseException

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

      • getMessage

        public @NonNull java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable