Class CommandLineExportParser.InvalidArgumentException

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

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

    • InvalidArgumentException

      public InvalidArgumentException(String message)
      Creates an invalid argument exception instance.
      Parameters:
      message - message shown to the caller or user
    • InvalidArgumentException

      public InvalidArgumentException(String message, Throwable cause)
      Creates an invalid argument exception instance.
      Parameters:
      message - message shown to the caller or user
      cause - cause to attach to the created exception