Class CommandParseException

  • All Implemented Interfaces:
    Serializable

    public class CommandParseException
    extends io.vertx.up.exception.UpException
    Author:
    Lang
    See Also:
    Serialized Form
    • Constructor Detail

      • CommandParseException

        public CommandParseException​(Class<?> clazz,
                                     String input,
                                     org.apache.commons.cli.ParseException error)
    • Method Detail

      • getCode

        public int getCode()
        Specified by:
        getCode in class io.vertx.up.exception.UpException