Throwing your exception
Public void myMethod1() throws MyException {
throw new MyException();
}
Previous slide
Next slide
Back to first slide
View graphic version