Java Checked Vs Unchecked Exceptions
typora-root-url: ../ layout: single title: > Java Exceptions: Checked vs. Unchecked
typora-root-url: ../ layout: single title: > Java Exceptions: Checked vs. Unchecked
typora-root-url: ../ layout: single title: > How to Revert a Commit in Git (git revert) seo_title: > How to Revert a Commit in Git (git revert)
ํ์ด์ฌ์ โUnicodeDecodeErrorโ๋ฅผ ํด๊ฒฐํฉ๋๋ค. ์ด ์ค๋ฅ๋ ๊ธฐ๋ณธ โutf-8โ ์ฝ๋ฑ๊ณผ ์ผ์นํ์ง ์๋ ์ธ์ฝ๋ฉ์ผ๋ก ํ์ผ์ ์ฝ์ ๋ ๋ฐ์ํฉ๋๋ค.
ํ์ด์ฌ์์ ๋ฐ๋ณต ๋ถ๊ฐ๋ฅํ(non-iterable) ๊ฐ์ฒด๋ฅผ ์ํํ๋ ค๊ณ ํ ๋ ๋ฐ์ํ๋ TypeError: '...' object is not iterable ์ค๋ฅ์ ์์ธ๊ณผ ํด๊ฒฐ ๋ฐฉ๋ฒ์ ์์๋ด ๋๋ค.
ํ์ด์ฌ์์ ํจ์๋ ๋ฉ์๋๋ฅผ ํธ์ถํ ๋ ํ์์ ์ธ ์์น ์ธ์(positional argument)๋ฅผ ์ ๋ฌํ์ง ์์ ๋ฐ์ํ๋ TypeError: missing 1 required positional argument ์ค๋ฅ์ ์์ธ๊ณผ ํด๊ฒฐ์ฑ ์ ์์๋ด ๋๋ค.