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