Package 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
- Author:
- Vivek Pandey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadCommandLineException()BadCommandLineException(String msg)BadCommandLineException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionsgetOptions()Gets the partly parsed option object, if any.voidinitOptions(Options opt)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-