Home Answers Viewqa Java-Beginners Excpetion handling for this situation

 
 


sunand
Excpetion handling for this situation
2 Answer(s)      2 years and 4 months ago
Posted in : Java Beginners

if i have search program and if the search for a particular string fails the method should return an exception or error message. Basically user defined exception, how do i do that?

View Answers

January 2, 2011 at 11:30 PM



January 3, 2011 at 12:25 AM


Hi,

Thanks for the response. I know the basic representation of exception class and its creation. the example had a very basic thing, if a condition fails then raise exception.

What if i have a for loop for searching and in the for loop i did not find the string which i was looking for then i need to raise an exception.

void fun() { for(int i = 0; i

if(array[i].equals("some string")
{
break;
}

} }

If the method was not able to find the "some string" then i need to raise an exception saying "Couldn't find"...

Cheers!









Related Pages:
Excpetion handling for this situation
Excpetion handling for this situation  if i have search program and if the search for a particular string fails the method should return an exception or error message. Basically user defined exception, how do i do that?  
Electronic spreadsheets are useful in situation
Electronic spreadsheets are useful in situation  Electronic spreadsheets are useful in situation where relatively ---- data must be input.. 1. Small, 2.Large, 3. No, 4. All of the above 5. None is true   Answer:1. Small
java file handling
java file handling  Hi friends, My situation is i have file named "sample.conf" which contains more IP Adressess.Eg: the file contains "IP..." guys please help., give some codes for this situation
while loop handling
to handle the situation...please help me
Autogenerated logical view name through RequestToViewNameTranslator
In this section, you will learn about handling the situation where view name is not provided, through RequestToViewNameTranslator interface
exception handling
exception handling  explain about exception handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
event handling
event handling  diff btwn event handling in ASP.net and in HTML
exception handling
exception handling  could you please tell me detail the concept of exception handling
exception handling
exception handling   Give the exception hierarchy of Java.   Please visit the following links: http://www.roseindia.net/java/java-exception/exception-java.shtml http://www.roseindia.net/java/exceptions/exception
exception handling
exception handling  What is an exception and what are the advantages of exception handling mechanism.   Java Exception Exception... the working code and the error-handling code can be disintegrated. It also gives us
error handling mechanism
error handling mechanism  What is Java error handling mechanism
handling Button Event in iphone
handling Button Event in iphone  handling Button Event in iphone
Exception Handling in Struts.
Exception Handling in Struts.  How you can do Exception Handling in Struts
Event handling on an image
Event handling on an image  I want to divide an image into frames and want to do event handling on the frames
exception handling in php - PHP
exception handling in php  i need few examples on exception handling in php
exception handling mechanism
exception handling mechanism  Explain Java's exception handling mechanism in detail.   Please visit the following links: http.../exceptions/catching-and-handling-exceptions.shtml
Java exception handling
Java exception handling  what are the constraints imposed by overriding on exception handling
unicode handling in java
unicode handling in java  reading a unicode text file in java
jquery session handling
jquery session handling  What is session handling in JQuery
Java event handling
Java event handling  Which java.util classes and interfaces support event handling
php error handling function
php error handling function  Is there any library or function that can be used to handle errors in PHP
File handling in Java
File handling in Java  Hi, Can any one tell me the basics of File handling in Java? Thanks   Hi, File handling is very important... handling features in their api. You can read more at File Handling in Java
FILE HANDLING CONCEPT
FILE HANDLING CONCEPT  Write a program to read and write the details of an employee like year of joining, Department code, salary using some byte stream classes
Try and catch in Exception Handling.
Try and catch in Exception Handling.  How can we use try and catch block in exception handling?   Here is an example of Exception handling.... Then to perform exception handling, we have used try and catch block where we have
Exception Handling in java
Exception Handling in java  what is advantage to catch smaller exception first and then normal exception. I mean we normally catch SQLException first and then Exception.   Hi, The exceptions should be from
FILE HANDLING CONCEPT
FILE HANDLING CONCEPT  Prompt the user to enter the name of a text file to search for. If the name does not end in a .txt extension, display an error message. Search for this file in the current directory. If the file does

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.