-
Notifications
You must be signed in to change notification settings - Fork 0
Java Exception
rhs edited this page Jul 15, 2021
·
1 revision
- checked exception::runtimeException
종류 : run-time exception, error 외 exception
예외발생시 trasation rollback x
예외처리를 try catch 명시
- unchecked exception
종류 : run-time exception, error
예외발생시 trasation rollback
예외처리 try catch 명시 x