public final class ProblemException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
ProblemException.Builder
This class helps build a resource problem exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCallStack()
Stack of method calls where the problem occurred.
|
ProblemException |
getInnerError()
Returns the inner problem exception if nested.
|
int |
getLineNumber()
Returns the line-number where the problem occurred.
|
ResourcePath |
getPath()
Returns the resource path where the problem occurred.
|
static ProblemException.Builder |
newBuilder()
Create a new builder for this exception type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourcePath getPath()
public int getLineNumber()
public List<String> getCallStack()
public ProblemException getInnerError()
public static ProblemException.Builder newBuilder()