Class Error
- java.lang.Object
-
- de.codecentric.reedelk.platform.module.state.Error
-
-
Constructor Summary
Constructors Constructor Description Error(Collection<Exception> exceptions, Collection<String> resolvedComponents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Exception>errors()Collection<Flow>flows()Collection<String>resolvedComponents()ModuleStatestate()Collection<String>unresolvedComponents()
-
-
-
Constructor Detail
-
Error
public Error(Collection<Exception> exceptions, Collection<String> resolvedComponents)
-
-
Method Detail
-
state
public ModuleState state()
-
errors
public Collection<Exception> errors()
-
resolvedComponents
public Collection<String> resolvedComponents()
- Specified by:
resolvedComponentsin interfaceState
-
flows
public Collection<Flow> flows()
-
unresolvedComponents
public Collection<String> unresolvedComponents()
- Specified by:
unresolvedComponentsin interfaceState
-
-