net.simplace.pipe.util.exceptions.PipelLineStepSkippedException
Step was skipped by user or because of missing data
public class PipelLineStepSkippedException extends PipeLineException {
// Public Constructors
public PipelLineStepSkippedException();
}
Hierarchy: java.lang.Object - java.lang.Throwable (java.io.Serializable) - java.lang.Exception - PipeLineException - PipelLineStepSkippedException
Thrown by: net.simplace.client.sim.functionalities.SolutionFormFunctionality.getFormElement(), net.simplace.pipe.functionalities.FormFunctionality.getFormElement()