com.sun.tools.ws.wscompile
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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadCommandLineException
public BadCommandLineException(String msg)
BadCommandLineException
public BadCommandLineException(String message,
Throwable cause)
BadCommandLineException
public BadCommandLineException()
initOptions
public void initOptions(Options opt)
getOptions
@Nullable
public Options getOptions()
- Gets the partly parsed option object, if any.