Class ConfigurationPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.codecentric.reedelk.runtime.api.exception.PlatformException
-
- de.codecentric.reedelk.runtime.api.exception.ConfigurationPropertyException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationPropertyException extends PlatformException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertyException(String message)
-
Method Summary
-
Methods inherited from class de.codecentric.reedelk.runtime.api.exception.PlatformException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ConfigurationPropertyException
public ConfigurationPropertyException(String message)
-
-