Class CommandLine.MissingParameterException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static CommandLine.MissingParameterException create​(CommandLine cmd, java.util.Collection<java.lang.reflect.Field> missing, java.lang.String separator)  
      private static java.lang.String describe​(java.lang.reflect.Field field, java.lang.String separator)  
      • 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

      • MissingParameterException

        public MissingParameterException​(CommandLine commandLine,
                                         java.lang.String msg)
    • Method Detail

      • describe

        private static java.lang.String describe​(java.lang.reflect.Field field,
                                                 java.lang.String separator)