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

net.ulrice.databinding.ErrorHandler Maven / Gradle / Ivy

The newest version!
package net.ulrice.databinding;



//TODO use normal 'ulrice' error handling (?) - or make this configurable
public class ErrorHandler {
    public static void handle (Exception exc) {
        throw new RuntimeException (exc);  //TODO Dummy - placeholder for "real" error handling
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy