xuxiuxi
2017-07-22 4bee2fa9f76f7e200bf1bf01c24b709d16a58488
1
2
3
4
5
6
7
8
9
10
11
12
package com.awsle.aibatis.xml.engine.xml;
 
public class CannotParseXMLException extends RuntimeException {
    /**
     * 
     */
    private static final long serialVersionUID = -7262048752775799211L;
 
    public CannotParseXMLException(Throwable e) {
        super(e);
    }
}