org.adempiere.pos.AdempierePOSException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of point-of-sales Show documentation
Show all versions of point-of-sales Show documentation
Base Library of Point of Sales
package org.adempiere.pos;
import org.adempiere.exceptions.AdempiereException;
import org.compiere.util.Env;
import org.compiere.util.Msg;
/**
* @author [email protected] , http://www.e-evolution.com
*/
public class AdempierePOSException extends AdempiereException {
public AdempierePOSException(String message) {
super(Msg.parseTranslation(Env.getCtx() ,message));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy