public class ErrorProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ErrorProperties.IncludeStacktrace
Include Stacktrace attribute options.
|
static class |
ErrorProperties.Whitelabel |
Constructor and Description |
---|
ErrorProperties() |
Modifier and Type | Method and Description |
---|---|
ErrorProperties.IncludeStacktrace |
getIncludeStacktrace() |
String |
getPath() |
ErrorProperties.Whitelabel |
getWhitelabel() |
boolean |
isIncludeException() |
void |
setIncludeException(boolean includeException) |
void |
setIncludeStacktrace(ErrorProperties.IncludeStacktrace includeStacktrace) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public boolean isIncludeException()
public void setIncludeException(boolean includeException)
public ErrorProperties.IncludeStacktrace getIncludeStacktrace()
public void setIncludeStacktrace(ErrorProperties.IncludeStacktrace includeStacktrace)
public ErrorProperties.Whitelabel getWhitelabel()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.