Skip to content
Snippets Groups Projects
Commit 95556f48 authored by Vesa Lappalainen's avatar Vesa Lappalainen :bicyclist:
Browse files

index poikkeus

parent f03b5938
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,8 @@ public class Jasenet {
jasenet.lisaa(aku2);
} catch (SailoException e) {
System.err.println(e.getMessage());
} catch (IndexOutOfBoundsException e) {
System.err.println(e.getMessage());
}
System.out.println("============= Jäsenet testi =================");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment