Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Exception that is thrown in command line parsing fails.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Constructor.
      Parameters:
      message - message
    • ParseException

      public ParseException(Throwable cause)
      Constructor.
      Parameters:
      cause - cause