Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends RuntimeException
Exception thrown when configuration operations fail.

This exception wraps underlying I/O and parsing errors that may occur during configuration loading, saving, or parsing operations.

See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Constructs a new ConfigException with the specified message.
      Parameters:
      message - the detail message
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Constructs a new ConfigException with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause
    • ConfigException

      public ConfigException(Throwable cause)
      Constructs a new ConfigException with the specified cause.
      Parameters:
      cause - the underlying cause