com.Ostermiller.util
Class CmdLnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.Ostermiller.util.CmdLnException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CmdLnArgumentException, UnknownCmdLnOptionException
public class CmdLnException
- extends 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
- Author:
- Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Copyright © 2001-2012 by Stephen Ostermiller