try {
    		...
    } catch(e) {
        alert("error = " + e.description + " | "+"error # = " + e.number);
    }