프로그램이 실행 중일 때 발견되는 오류.[1]
Sub:
예외처리,exception_handling
예외발생시키기 -
chained_exception
// by languages
C++ exception
Java_exception
에러,error { Haskell의 경우, 비교: https://wiki.haskell.org/Error_vs._Exception }
트랩,trap
인터럽트,interrupt
Sub:
예외처리,exception_handling
예외발생시키기 -
throw
or raise
chained_exception
// by languages
C++ exception
Java_exception
ArrayIndexOutOfBoundsException
Compare에러,error { Haskell의 경우, 비교: https://wiki.haskell.org/Error_vs._Exception }
트랩,trap
인터럽트,interrupt
.NET : System.Exception
{
Exception 클래스 (System) | Microsoft Learn
https://learn.microsoft.com/ko-kr/dotnet/api/system.exception?view=net-8.0
{
Exception 클래스 (System) | Microsoft Learn
https://learn.microsoft.com/ko-kr/dotnet/api/system.exception?view=net-8.0
ex
ArithmeticException 클래스 (System) | Microsoft Learn
https://learn.microsoft.com/ko-kr/dotnet/api/system.arithmeticexception?view=net-8.0
// 산술,arithmetic
https://learn.microsoft.com/ko-kr/dotnet/api/system.arithmeticexception?view=net-8.0
// 산술,arithmetic
OverflowException Class (System) | Microsoft Learn
https://learn.microsoft.com/ko-kr/dotnet/api/system.overflowexception?view=net-8.0
// 오버플로,overflow or 넘침?
https://learn.microsoft.com/ko-kr/dotnet/api/system.overflowexception?view=net-8.0
// 오버플로,overflow or 넘침?
DivideByZeroException Class (System) | Microsoft Learn
https://learn.microsoft.com/ko-kr/dotnet/api/system.dividebyzeroexception?view=net-8.0
// division_by_zero or divide_by_zero
https://learn.microsoft.com/ko-kr/dotnet/api/system.dividebyzeroexception?view=net-8.0
// division_by_zero or divide_by_zero
IndexOutOfRangeException Class (System) | Microsoft Learn
https://learn.microsoft.com/en-us/dotnet/api/system.indexoutofrangeexception?view=net-8.0
// 인덱스,index
https://learn.microsoft.com/en-us/dotnet/api/system.indexoutofrangeexception?view=net-8.0
// 인덱스,index
...
Handling and throwing exceptions in .NET - .NET | Microsoft Learn
https://learn.microsoft.com/en-us/dotnet/standard/exceptions/
https://learn.microsoft.com/en-us/dotnet/standard/exceptions/
}
(Misc) exception 의 가능한 다른 번역
익셉션
예외상황 http://ropas.snu.ac.kr/lib/term/term.pl?key=exception
...
백과 exception
영한 exception
물리 exception none
수학 exception
Wiktionary
익셉션
예외상황 http://ropas.snu.ac.kr/lib/term/term.pl?key=exception
...
백과 exception
영한 exception
물리 exception none
수학 exception
Wiktionary
MKL
cmp 인터럽트,interrupt
둘 다 예외적인 상황
cmp 인터럽트,interrupt
둘 다 예외적인 상황
- exception: CPU 내부에서 발생
- interrupt : CPU 외부에서 발생