public class PropertyNotFoundException extends PropertyException
Modifier and Type | Field and Description |
---|---|
protected String |
detail |
statusCode
Constructor and Description |
---|
PropertyNotFoundException(String path) |
PropertyNotFoundException(String path,
String detail) |
Modifier and Type | Method and Description |
---|---|
String |
getDetail() |
String |
getPath() |
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNotFoundException(String path)
public PropertyNotFoundException(String path, String detail)
Copyright © 2018 Nuxeo. All rights reserved.