Computers/Language java
Exception Handling
emzei
2011. 4. 20. 20:08
◆ 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