◆ try - catch - finally
◇ try
◇ catch
◇ finally
◆ throw / throws
◇ throw - create exception object
◇ throws - pass the exception to other class to solve
◆ 각종 exception
http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html
'Computers > Language java' 카테고리의 다른 글
String class (0) | 2011.04.20 |
---|---|
bytearray 를 string 으로 (from bytearray to string) (0) | 2011.04.12 |
Access specifier / Modifier (0) | 2011.04.10 |
Interface / polymorphism / Event Handling / Inheritance / GUI (0) | 2011.04.10 |
week11. Input/Output and Exception Handling (0) | 2011.04.10 |