Class BadCommandLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.ws.wscompile.BadCommandLineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Options.WeAreDone

public class BadCommandLineException extends Exception
Author:
Vivek Pandey
See Also:
  • Constructor Details

    • BadCommandLineException

      public BadCommandLineException(String msg)
    • BadCommandLineException

      public BadCommandLineException(String message, Throwable cause)
    • BadCommandLineException

      public BadCommandLineException()
  • Method Details

    • initOptions

      public void initOptions(Options opt)
    • getOptions

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