com.sun.tools.xjc

Class BadCommandLineException

public class BadCommandLineException extends Exception

Signals a bad command line argument.
Constructor Summary
BadCommandLineException(String msg)
BadCommandLineException(String message, Throwable cause)
BadCommandLineException()
Method Summary
OptionsgetOptions()
Gets the partly parsed option object, if any.
voidinitOptions(Options opt)

Constructor Detail

BadCommandLineException

public BadCommandLineException(String msg)

BadCommandLineException

public BadCommandLineException(String message, Throwable cause)

BadCommandLineException

public BadCommandLineException()

Method Detail

getOptions

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

initOptions

public void initOptions(Options opt)