Package io.dialob.program
Class DependencyLoopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.compiler.DialobProgramBuildException
-
- io.dialob.compiler.DialobProgramErrorsException
-
- io.dialob.program.DependencyLoopException
-
- All Implemented Interfaces:
Serializable
public class DependencyLoopException extends DialobProgramErrorsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyLoopException(String message, List<io.dialob.api.form.FormValidationError> errors)
-
Method Summary
-
Methods inherited from class io.dialob.compiler.DialobProgramErrorsException
getErrors, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-