Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- animation
- Eclipse Compare View
- 보일러플레이트
- java
- error
- html
- 정적웹사이트
- Eclipse
- css
- TaskRunner
- VW
- JavaScript
- npm
- frontend
- Study
- Eclipse Bug
- ref
- tomcat
- 자바스크립트
- SSR
- gulp
- CSS3
- 이클립스
- React
- 1분코딩
- 이클립스 소스 비교 안보일 때
- Sass
- next.js
- ref전달하기
- Adobe
Archives
- Today
- Total
프론트 개발 블로그
[JSP] 서블릿 예외처리 response.sendError() 본문
response.sendError(HTTP상태코드, 에러메세지)
HttpServletResponse : HTTP 응답정보를 처리하는 객체
<%
response.sendError(HttpServletResponse.SC_FORBIDDEN); // 403 에러 발생
response.sendError(HttpServletResponse.SC_NOT_FOUND); // 404 에러 발생
%>
https://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpServletResponse.html
반응형
'Works' 카테고리의 다른 글
SASS Function을 활용한 px -> rem 단위 변환 (0) | 2022.10.25 |
---|---|
[git error] github에 README.md 파일 생성 후 push rejected 발생 (0) | 2022.10.24 |
Galaxy Flip viewport size (2) | 2022.09.02 |
[리눅스] 환경변수(path)확인 (0) | 2022.07.01 |
[Eclipse][Git][Error] 이클립스에서 Git bash 셋팅 때문에 발생되는 에러 (0) | 2022.06.30 |