com.Ostermiller.util
Class CmdLnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.Ostermiller.util.CmdLnException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CmdLnArgumentException, UnknownCmdLnOptionException

public class CmdLnException
extends java.lang.IllegalArgumentException

Exception thrown when a command line cannot be parsed. More information about this class and code samples for suggested use are available from ostermiller.org.

Since:
ostermillerutils 1.07.00
See Also:
Serialized Form

Method Summary
 
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