Class BadCommandLineException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadCommandLineException
    extends java.lang.Exception
    Signals a bad command line argument.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Options getOptions()
      Gets the partly parsed option object, if any.
      void initOptions​(Options opt)  
      • 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

      • BadCommandLineException

        public BadCommandLineException​(java.lang.String msg)
      • BadCommandLineException

        public BadCommandLineException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • BadCommandLineException

        public BadCommandLineException()
    • Method Detail

      • initOptions

        public void initOptions​(Options opt)
      • getOptions

        @Nullable
        public Options getOptions()
        Gets the partly parsed option object, if any.