Exception in thread "main" CustomTesterApp$TestException
at CustomTesterApp.getTestException(CustomTesterApp.j ava:32)
at CustomTesterApp.Method3(CustomTesterApp.java:28)
at CustomTesterApp.Method2(CustomTesterApp.java:22)
at CustomTesterApp.Method1(CustomTesterApp.java:17)
at CustomTesterApp.main(CustomTesterApp.java:12)
Java Result: 1
I am getting no errors but when I go to run the program I get this and my build is successful please help