com.sun.tools.ws.wscompile
Class BadCommandLineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.tools.ws.wscompile.BadCommandLineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Options.WeAreDone

public class BadCommandLineException
extends Exception

See Also:
Serialized Form

Constructor Summary
BadCommandLineException()
           
BadCommandLineException(String msg)
           
BadCommandLineException(String message, Throwable cause)
           
 
Method Summary
 Options getOptions()
          Gets the partly parsed option object, if any.
 void initOptions(Options opt)
           
 
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
 

Constructor Detail

BadCommandLineException

public BadCommandLineException(String msg)

BadCommandLineException

public BadCommandLineException(String message,
                               Throwable cause)

BadCommandLineException

public BadCommandLineException()
Method Detail

initOptions

public void initOptions(Options opt)

getOptions

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