
net.ulrice.databinding.ErrorHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ulrice-databinding Show documentation
Show all versions of ulrice-databinding Show documentation
Ulrice-Databinding is a databinding-extension for Ulrice
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