Class BadConfigException

All Implemented Interfaces:
Serializable, SliderExitCodes, ExitCodeProvider, LauncherExitCodes

public class BadConfigException extends SliderException
An exception to raise on a bad configuration
See Also:
  • Constructor Details

    • BadConfigException

      public BadConfigException(String s)
    • BadConfigException

      public BadConfigException(String message, Object... args)
    • BadConfigException

      public BadConfigException(Throwable throwable, String message, Object... args)