public class ParseException
extends java.lang.Exception
Base for Exceptions thrown during parsing of a command-line.
Constructor and Description |
---|
ParseException(java.lang.String message)
Construct a new
ParseException
with the specified detail message. |