Questions tagged as 'try-catch'

1
answer

JAVA: Make a cast from String to Int within a try catch with variables with incremental names

As it says in the title I'm trying a way in which in a single loop can do with a try catch the casting of many variables at the same time taking advantage of these variables have incremental names type: s1, s2, s3, s4. .. concatenated to point t...
asked by 12.05.2017 / 18:02
1
answer

Doubts about exceptions in their own mvc pattern

Recently, I wanted to create my own framework using the MVC pattern to test my skills. (Clarification, it is developed in php and mysql is used for BD) My framework has the following architecture: In summary: From an instantaneous i...
asked by 07.04.2017 / 21:59