Class BadCommandLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mchange.v2.cmdline.BadCommandLineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingSwitchException, UnexpectedSwitchArgumentException, UnexpectedSwitchException

public class BadCommandLineException extends Exception
See Also:
  • Constructor Details

    • BadCommandLineException

      public BadCommandLineException(String msg)
    • BadCommandLineException

      public BadCommandLineException()