A list of Java errors and warnings

≯℡__Kan透↙ 提交于 2020-01-14 12:05:12

问题


Where/How could I get a list of all the java and javac's error and warning messages?


回答1:


This page is I think what you need.




回答2:


mindprod.com has a Java Glossary with runtime and compile time lists:

http://mindprod.com/jgloss/errormessages.html

Hope that helps




回答3:


This list of exceptions is much more interesting than any of the above answers.

It might not be as useful or as complete, but it's good reading nonetheless.




回答4:


Do you mean Java Exception?

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html

This is a list of every exception that Java will at run-time. If you are refering to syntax errors you maybe look at learning Java




回答5:


You could look through the source code, since it's open source.

But more importantly - I can't think of a single reason why you'd want to do this. What's your real question here; what are you trying to achieve? It's almost certain you're going about it in a suboptimal fashion...



来源:https://stackoverflow.com/questions/2326831/a-list-of-java-errors-and-warnings

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!