ContentHandler, DTDHandler, EntityResolver, ErrorHandlerpublic class CloudFrontXmlResponsesSaxParser.ErrorHandler extends SimpleHandler
| Constructor | Description |
|---|---|
ErrorHandler(XMLReader xr) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
endCode(String text) |
|
void |
endDetail(String text) |
|
void |
endMessage(String text) |
|
void |
endRequestId(String text) |
|
void |
endRequestID(String text) |
|
void |
endType(String text) |
|
String |
getCode() |
|
String |
getDetail() |
|
String |
getMessage() |
|
String |
getRequestId() |
|
String |
getType() |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, controlReturned, endElement, isChildHandler, returnControlToParentHandler, startElement, transferControlToHandlerpublic ErrorHandler(XMLReader xr)
public String getCode()
public String getDetail()
public String getMessage()
public String getRequestId()
public String getType()
public void endType(String text)
public void endCode(String text)
public void endMessage(String text)
public void endDetail(String text)
public void endRequestId(String text)
public void endRequestID(String text)