|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.extrememessaging.ResponseMaster.ResponseMasterDecodingException
public class ResponseMasterDecodingException
This type of exception is thrown when something cannot be decoded by ResponseMaster
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ResponseMasterDecodingException(java.lang.String sMessage)
|
|
ResponseMasterDecodingException(java.lang.String sMessage,
boolean ProbablyIsURL)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean bProbablyIsAURL
| Constructor Detail |
|---|
public ResponseMasterDecodingException(java.lang.String sMessage,
boolean ProbablyIsURL)
public ResponseMasterDecodingException(java.lang.String sMessage)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||