Youarecreatinganerrorpagethatprovidesauser-friendlyscreenwheneveraserverexceptionoccurs.Youwanttohidethestacktrace,butyoudowanttoprovidetheexception’serrormessagetotheusersotheusercanprovideittothecustomerserviceagentatyourcompany.WhichELcodesnippetinsert

题目

Youarecreatinganerrorpagethatprovidesauser-friendlyscreenwheneveraserverexceptionoccurs.Youwanttohidethestacktrace,butyoudowanttoprovidetheexception’serrormessagetotheusersotheusercanprovideittothecustomerserviceagentatyourcompany.WhichELcodesnippetinsertsthiserrormessageintotheerrorpage?()

A.Message:<b>${exception.message}</b>

B.Message:<b>${exception.errorMessage}</b>

C.Message:<b>${request.exception.message}</b>

D.Message:<b>${pageContext.exception.message}</b>

E.Message:<b>${request.exception.errorMessage}</b>


相似考题
参考答案和解析
参考答案:D