Class ClasspathBootstrapGeneratorException.MissingProgramArgument

All Implemented Interfaces:
Serializable
Enclosing class:
ClasspathBootstrapGeneratorException

public static class ClasspathBootstrapGeneratorException.MissingProgramArgument extends ClasspathBootstrapGeneratorException
Exception indicates that provided program argument is missing.
Since:
1.2.0
See Also:
  • Constructor Details

    • MissingProgramArgument

      public MissingProgramArgument(String message)
      Build a new instance.
      Parameters:
      message - The message
      Since:
      1.2.0