Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends RuntimeException
Exception fuer Konfigurationsprobleme.
Since:
08.10.2009
Author:
oliver
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Falls mal die Konfiguration nicht stimmt...
      Parameters:
      message - Hinweis fuer die Ursache
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Falls mal die Konfiguration nicht stimmt...
      Parameters:
      message - Hinweis fuer die Ursache
      cause - die schuldige Exception
      Since:
      0.2