¿¹Á¦
public
static
class
ClassA
throws
RuntimeException {
public
void
methodA {
//...
throw new
RuntimeException();
}
}
¼Ö·ç¼Ç
throws Àý¿¡ ¼±¾ðµÈ °¢ Runtime ¿¹¿Ü¿¡ ´ëÇÑ Àü¿ë catch ÀýÀ» ÀÛ¼ºÇϽʽÿÀ.