blob: 8c36787ab7cb8575a9c05e36c21cd1bbb2924342 [file] [log] [blame]
try {
map(1, 3);
}catch(ClassCastException e) {
pst(e);
return 1;
}catch(java.io.IOException e) {
return 2;
}catch(e) {
return 3;
}