Syntax of Exception

If I was asked about the syntax of exception, should it related to try, catch or ...
[98 byte] By [sauna18a] at [2007-10-3 10:18:47]
# 1
The synax of an exception? Was that the exact question?
CaptainMorgan08a at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 2
Right.
sauna18a at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 3
sauna18, you've got a fair few threads going now in which you're asking questions that make no sense whatsoever. can I suggest you go and do a bit of reading first, then formulate some questions people can actually answer!
georgemca at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 4
Maybe its just me (I dont think it is), but your question makes no sense.
CaptainMorgan08a at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 5
> If I was asked about the syntax of exception, should> it related to > > try, catch or ...None of the above.
kajbja at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 6

it's not just you. or your hammond organ. the posters poor command of english combined with their lack of knowledge are conspiring to confuse!

sauna, that's absolutely not meant as an insult! your english is almost certainly a lot better than my command of whatever your native language is, and you can't be expected to know everything. just pointing out that you've got a tough task ahead making yourself understood. we're all struggling to get what you mean

sorry we can't be of more help

georgemca at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 7
@sauna What is your native language? You can try to post your question (in this thread) in your native language. There might be someone here can answer in your native language.Kaj
kajbja at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 8
I found sth like this:String myMethod(){try{return trickyMethod();}catch ( IOException e ){return null;}}Is it right?
sauna18a at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...
# 9
> Is it right?Could be
kajbja at 2007-7-15 5:39:53 > top of Java-index,Java Essentials,New To Java...