Module dev.civl.gmc
Package dev.civl.gmc

Class CommandLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.civl.gmc.CommandLineException
All Implemented Interfaces:
Serializable

public class CommandLineException extends Exception
An exception that is thrown if the command line arguments are not formatted correctly.
See Also:
  • Constructor Details

    • CommandLineException

      public CommandLineException(String msg)
      Constructs new instance with given message.
      Parameters:
      msg - the error message to report to the user explaining why the command line arguments are incorrect