Handling multiple exceptions in java -


मेरा त्याग () फेंक सकता है AbandonException

अपवाद को संभालने में मुझे उसी विधि को याद करना होगा, अगर कोई तत्व vector में छोड़ दिया।

मुझे कैसे आगे बढ़ना चाहिए? और अगर मैं सीधे सोच नहीं रहा हूं, तो सबसे अच्छा समाधान क्या होगा?

  यदि (i + 1 & lt; lc.size ()) {try {lc.get (i + 1) abondon (); } पकड़ (AbandonException e1) {lc.get (i + 2)। बांंडोन ();}}    

आप अंत में यहां इस्तेमाल कर सकते हैं। <पूर्व> कोशिश {lc.get (i + 1)। बैण्डन (); } पकड़ (AbandonException e1) {} अंत में {आपका कोड}

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -