网友您好, 请在下方输入框内输入要搜索的题目:
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>
参考答案