Class ComponentConfigurationException
- 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.ComponentConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ComponentConfigurationException extends PlatformException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentConfigurationException(Class<? extends Implementor> implementor, String errorMessage)ComponentConfigurationException(Class<? extends Implementor> implementor, String errorMessage, Exception exception)ComponentConfigurationException(String errorMessage)ComponentConfigurationException(String errorMessage, Exception e)
-
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
-
ComponentConfigurationException
public ComponentConfigurationException(Class<? extends Implementor> implementor, String errorMessage)
-
ComponentConfigurationException
public ComponentConfigurationException(Class<? extends Implementor> implementor, String errorMessage, Exception exception)
-
ComponentConfigurationException
public ComponentConfigurationException(String errorMessage)
-
-