com.textrazor
Class AnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.textrazor.AnalysisException
All Implemented Interfaces:
java.io.Serializable

public class AnalysisException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AnalysisException(int responseCode, java.lang.String responseBody)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getResponseBody()
           
 int getResponseCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisException

public AnalysisException(int responseCode,
                         java.lang.String responseBody)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getResponseBody

public java.lang.String getResponseBody()

getResponseCode

public int getResponseCode()