Lemparan javascript dengan coba ... tangkap

try {
    // body of try
    throw exception;
} 
catch(error) {
    // body of catch  
}
SAMER SAEID