
com.willwinder.universalgcodesender.gcode.util.GcodeParserException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ugs-core Show documentation
Show all versions of ugs-core Show documentation
Universal Gcode Sender Library
The newest version!
/*
*/
package com.willwinder.universalgcodesender.gcode.util;
/**
*
* @author wwinder
*/
public class GcodeParserException extends Exception {
public GcodeParserException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy