public class AppFatalException extends RuntimeException
| Constructor and Description |
|---|
AppFatalException(String message)
Used for errors while the AndHow builder is still in use - we don't have
full context b/c AndHow has not been constructed yet.
|
AppFatalException(String message,
ProblemList<Problem> problems) |
| Modifier and Type | Method and Description |
|---|---|
ProblemList<Problem> |
getProblems() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AppFatalException(String message)
message - public AppFatalException(String message, ProblemList<Problem> problems)
public ProblemList<Problem> getProblems()
Copyright © 2017. All rights reserved.