¿¹Á¦
public
static
class
ClassA {
public
void
methodA {
try
{
//...
}
catch
( Exception e ) {
//...
}
}
¼Ö·ç¼Ç
°¢ ¿¹¿Ü¿¡ ´ëÇØ throws Àý¿¡¼ ¼±¾ðµÇ´Â Àü¿ë catch ÀýÀ» ÀÛ¼ºÇϽʽÿÀ.