cbpporter Messages: 1428 Registered: September 2007
Ultimate Contributor
No, U++ uses try/catch to catch exceptions. The thing is, not everything trows exceptions like in Java and Python. See you example with the Vector. Only a few things throw exceptions, but there are plenty of asserts. XML and CParser are two things that I can think of from the top of my head that throw exceptions.