package com.elphin.framework.util.http.exception;
/**
* 文档错误
* @author elphin
* 2010-9-18
*/
public class XmlParserParseException extends XmlParserException {
/**
*
*/
private static final long serialVersionUID = 3857089504256300868L;
public XmlParserParseException(String errorMessage) {
super(errorMessage);
}
}