com.extrememessaging.ResponseMaster
Class ResponseMasterDecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.extrememessaging.ResponseMaster.ResponseMasterDecodingException
All Implemented Interfaces:
java.io.Serializable

public class ResponseMasterDecodingException
extends java.lang.Exception

This type of exception is thrown when something cannot be decoded by ResponseMaster

See Also:
Serialized Form

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

bProbablyIsAURL

public 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 Detail

ResponseMasterDecodingException

public ResponseMasterDecodingException(java.lang.String sMessage,
                                       boolean ProbablyIsURL)

ResponseMasterDecodingException

public ResponseMasterDecodingException(java.lang.String sMessage)