public class WatchmanQueryFailedException extends IOException
WatchmanClient.queryWithTimeout(long, Object...) successfully returned a response, but
 the response
 contained an error.
| Constructor and Description | 
|---|
| WatchmanQueryFailedException(String watchmanErrorMessage) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getWatchmanErrorMessage() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WatchmanQueryFailedException(String watchmanErrorMessage)
watchmanErrorMessage - The value of the error field in Watchman's response.public String getWatchmanErrorMessage()