Package io.dialob.session.engine
Class DependencyLoopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.dialob.session.engine.DialobProgramBuildException
io.dialob.session.engine.DialobProgramErrorsException
io.dialob.session.engine.DependencyLoopException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyLoopException(String message, List<io.dialob.api.form.FormValidationError> errors) -
Method Summary
Methods inherited from class io.dialob.session.engine.DialobProgramErrorsException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DependencyLoopException
-