All Downloads are FREE. Search and download functionalities are using the official Maven repository.

processing.app.contrib.IgnorableException Maven / Gradle / Ivy

Go to download

Processing is a programming language, development environment, and online community. This PDE package contains the Processing IDE.

There is a newer version: 3.3.7
Show newest version
package processing.app.contrib;


public class IgnorableException extends Exception {
  public IgnorableException(String msg) {
    super(msg);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy