Can someone help?
A program to test whether given number is hexadecimal or not? The number has to be input from user. If it is not hexadecimal then exception has to be thrown. the exception must be user defined.
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Use It throws |
||||
|
|
You can generate an Exception with your own text like that:
|
||||
|
Alternatively,
|
|||
|
|
|
package try_catch_review; *My own exception***
**The main program *The above exception been used here***
@HI Oli - Your input is worth and I thank you for that. What i did you can see in above program. this is excatly what you want me to try I believe. Adding to my original query as stated in the begininng of the this page; I need to inform you guys that A number must be accepted from user and be assigned to a string variable --I did this part and you can see in above program. The main part of this question is "String functions" must be used to perform the processing. this is exactly what has been stated in a book I am using to learn core java. can someone jump in and help me understand the question. I think i did right job as you guys can see the above program with my own exception. |
||||
|
|