com.sun.tools.xjc
Class BadCommandLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.xjc.BadCommandLineException
- All Implemented Interfaces:
- java.io.Serializable
public class BadCommandLineException
- extends java.lang.Exception
Signals a bad command line argument.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BadCommandLineException
public BadCommandLineException(java.lang.String msg)
BadCommandLineException
public BadCommandLineException(java.lang.String message,
java.lang.Throwable cause)
BadCommandLineException
public BadCommandLineException()
initOptions
public void initOptions(Options opt)
getOptions
@Nullable
public Options getOptions()
- Gets the partly parsed option object, if any.