public class ResponseMasterDecodingException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
boolean |
bProbablyIsAURL
This flag is set when decoding HTML escapes, and the
data that could not be decoded looks like a URL
This defaults to false
|
| Constructor and Description |
|---|
ResponseMasterDecodingException(java.lang.String sMessage) |
ResponseMasterDecodingException(java.lang.String sMessage,
boolean ProbablyIsURL) |