com.github.obhen233.exception.XmlReadErrorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purslane-engine Show documentation
Show all versions of purslane-engine Show documentation
A rule engine,easy to expand,and easy to use.
The newest version!
package com.github.obhen233.exception;
public class XmlReadErrorException extends Exception{
public XmlReadErrorException(){
super();
}
public XmlReadErrorException(String errorInfo) {
super(errorInfo);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy