package definedexception;

public class Test{
private int array[] = { 2,4,6,7,9,};

public void act()
{
for(int x=0; x< array.length; x++)
{
try {