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,
Problem problem) |
AppFatalException(String message,
ProblemList<Problem> problems) |
AppFatalException(String message,
Throwable throwable)
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.
|
| Modifier and Type | Method and Description |
|---|---|
ProblemList<Problem> |
getProblems() |
String |
getSampleDirectory() |
void |
setSampleDirectory(String sampleDirectory) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AppFatalException(String message, Throwable throwable)
message - throwable - public AppFatalException(String message)
message - public AppFatalException(String message, ProblemList<Problem> problems)
public ProblemList<Problem> getProblems()
public String getSampleDirectory()
public void setSampleDirectory(String sampleDirectory)
Copyright © 2017. All rights reserved.