Class CommandLineExportParser.MissingArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lu.kbra.modelizer_next.cmdline.CommandLineExportParser.MissingArgumentException
All Implemented Interfaces:
Serializable
Enclosing class:
CommandLineExportParser

public static class CommandLineExportParser.MissingArgumentException extends RuntimeException
Exception raised when missing argument fails.
See Also:
  • Constructor Details

    • MissingArgumentException

      public MissingArgumentException(String message)
      Creates a missing argument exception instance.
      Parameters:
      message - message shown to the caller or user