Class BadCommandLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.xjc.BadCommandLineException
All Implemented Interfaces:
Serializable

public class BadCommandLineException extends Exception
Signals a bad command line argument.
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.