public class AndHowCompileException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MSG |
| Constructor and Description |
|---|
AndHowCompileException(List<CompileProblem> problems)
Instance when there are one or more AndHow domain 'problems' with the
code being compiled.
|
AndHowCompileException(String message,
Throwable cause)
Instance when there is some unexpected, non-AndHow related exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
List<CompileProblem> |
getProblems()
The list of AndHow CompileProblems discovered, if any.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String DEFAULT_MSG
public AndHowCompileException(List<CompileProblem> problems)
static final
or too many init classes on the classpath.problems - A list of problems found during compilation. This list
instance is kept, so no modifications to the list should be made by the
caller.public String getMessage()
getMessage in class Throwablepublic List<CompileProblem> getProblems()
Copyright © 2021. All rights reserved.