So I have been doing a bit of looking but couldn't really find anything that answered my question. In my main method, I have a loop of strings that are going to be run into a method where after it will query 10-12 different tables based of off this string. I currently have the queries surrounded in try catch blocks to catch exceptions. What I want to happen is if there is a timeout or some other sql exception for the program to write to a log (which I have done already) and then return to the main method from any of the other methods it may be in, and go on to the next string in the loop. I don't know a lot about throwing exceptions that are caught farther up, so I though maybe that's what I need to do, but I couldn't find anywhere if I throw an exception if it runs up to where it is caught or what happens exactly with it. Do I just need to throw the exception in the query methods and surround the method call in the main method with a try catch block? Any help is greatly appreciated. Thanks
Returning to the main method when a timeout exception is thrown in a method
359 views Asked by Tapialj At
0
There are 0 answers
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in EXCEPTION
- What should i use Exceptions or Monads for handle if service occur a problem?
- Python Requests: Handling Exceptions and Ensuring Server Response
- What is a better way to allow no user input while also preventing non-number inputs
- New error on random number assigned to local variable , Rails
- spring error exception with oauth2 and securityconfig
- Exception thrown: 'System.InvalidOperationException' in Microsoft.Data.SqlClient.dll
- How to fix this Row nested in Column exception issue in Flutter?
- GDI - Why the printing StartPage() function works in 32 bit but raises an exception in 64 bit?
- Handling Invalid Credential or Login error Exception in Python for Network Devices
- Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command 'C:\flutter\bin\flutter.bat'' finished with non-zero exit value 1Error:
- .NET 6 Custom Nuget package referencing other packages - Do I have to include the other packages myself?
- How to prevent Unity from catching and ignoring ALL exceptions
- My Google Apps Script renames all files in a folder from data in a spreadsheet. Can someone explain why it returns an exception error?
- Python (pylint): Catching general exceptions in validation procedures
- Need a simple example how to catch a data type error en C++
Related Questions in THROW
- why throw inside of an setTimeout, located inside a promise, doesn't change state and result of the output promise?
- why promise has a weird precedence for errors in js?
- why throw should be always between curly brace?
- Should I use noexcept specifier and noexcept operator in most functions in C++?
- 'Is not' operator with custom 'throw exception' helper method makes variable unnasigned
- does throwing an error inside a do block leads to the catch block?
- What is Negative_size exception in Bjarne's book?
- Spring integration: exception is not thrown to error channel
- How is 'return new Error' different from 'throw'
- I'm not able to detect throw in Xunit testing in .net, my test is terminating at throw?
- Erlang using action id, wait function is not working
- Error: Cannot find module 'C:\Users\my pc\OneDrive\Desktop\react-scripts\bin\react-scripts.js' , code: 'MODULE_NOT_FOUND',
- Is this expected behavior for throw in ruby?
- Error: Route.get() requires a callback function but got a [object Object] due to middleware
- "node:internal/modules/cjs/loader:1080 throw err; ^"
Related Questions in THROWS
- Why doesn't @SneakyThrows throw a ClassCastException?
- Why is result of throwable get.Message ignored in my exception?
- Setter only does assignment, yet declares that it throws a ParseException; in Hibernate
- Try-Catch vs re throwing an exception?
- How to pass differents Exceptions to a Java method?
- Using throw new Error or try catch in Javascript async function
- Questions about exception handling in Java specifically the purpose of the throws keyword
- Generic throws clause handling in case of overridden methods
- Is there a way to do variadic higher-kinded exception throws in Java?
- How to inform in Kotlin that a function passed by parameter can throw an exception?
- Java Optional method orElseThrow doesn't throw anything despite having a null value inside
- Official recommendation / coding style guide on using multiple @throws tags for the same exception in JavaDoc
- Throw Exception in method who throws this Excpetion
- Handling orElseThrow
- Force android studio compiler to use try-catch when using @Throws - Kotlin
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)