Class UncheckedConfigException

All Implemented Interfaces:
Serializable

public class UncheckedConfigException extends RuntimeException
A runtime / unchecked variant of ConfigException.
See Also:
  • Constructor Details

    • UncheckedConfigException

      public UncheckedConfigException(ConfigException cause)
      Create an unchecked config exception
      Parameters:
      cause - The checked exception.
  • Method Details