Package org.jets3t.service.impl.rest
Class CloudFrontXmlResponsesSaxParser.ErrorHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jets3t.service.impl.rest.SimpleHandler
-
- org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
-
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- CloudFrontXmlResponsesSaxParser
public class CloudFrontXmlResponsesSaxParser.ErrorHandler extends SimpleHandler
-
-
Constructor Summary
Constructors Constructor Description ErrorHandler(XMLReader xr)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
Methods inherited from class org.jets3t.service.impl.rest.SimpleHandler
characters, controlReturned, endElement, isChildHandler, returnControlToParentHandler, startElement, transferControlToHandler
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
ErrorHandler
public ErrorHandler(XMLReader xr)
-
-
Method Detail
-
getCode
public String getCode()
-
getDetail
public String getDetail()
-
getMessage
public String getMessage()
-
getRequestId
public String getRequestId()
-
getType
public String getType()
-
endType
public void endType(String text)
-
endCode
public void endCode(String text)
-
endMessage
public void endMessage(String text)
-
endDetail
public void endDetail(String text)
-
endRequestId
public void endRequestId(String text)
-
endRequestID
public void endRequestID(String text)
-
-