|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
mx4j.tools.adaptor.http.HttpException
public class HttpException
HttpException is emitted when an error parsing an HTTP request appears
Field Summary | |
---|---|
protected int |
code
Error code |
Constructor Summary | |
---|---|
HttpException(int code,
java.lang.String description)
Constructor for the HttpException object |
Method Summary | |
---|---|
int |
getCode()
Return the exception code |
org.w3c.dom.Document |
getResponseDoc()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int code
Constructor Detail |
---|
public HttpException(int code, java.lang.String description)
code
- Error codedescription
- DescriptionMethod Detail |
---|
public int getCode()
public org.w3c.dom.Document getResponseDoc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |