Package gdv.xport.config
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gdv.xport.config.ConfigException
- All Implemented Interfaces:
Serializable
- Since:
- 08.10.2009
- Author:
- oliver
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException
(String message) Falls mal die Konfiguration nicht stimmt...ConfigException
(String message, Throwable cause) Falls mal die Konfiguration nicht stimmt... -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
Falls mal die Konfiguration nicht stimmt...- Parameters:
message
- Hinweis fuer die Ursache
-
ConfigException
Falls mal die Konfiguration nicht stimmt...- Parameters:
message
- Hinweis fuer die Ursachecause
- die schuldige Exception- Since:
- 0.2
-