¿¹Á¦

public static class ClassA {
public void methodA {

try {
//...
} catch ( Throwable t ) {
//...
}
}
}

¼Ö·ç¼Ç
throws Àý¿¡ ¼±¾ðµÈ °¢ throwable¿¡ ´ëÇÑ Àü¿ë clause ÀýÀ» ÀÛ¼ºÇϽʽÿÀ.