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

erkeays.unchecked.0.4.2.source-code.TestFlowErrors Maven / Gradle / Ivy

The newest version!

public class TestFlowErrors {
    public static void main(String [] args) {
        try {
           throw new Exception();
        } catch (Exception e) {
        } catch (Exception e) {} // exception already caught
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy