Questions tagged [getmessage]
48 questions
-2
votes
1 answer
Producing exception error messages
In the AccountApplet I am trying to diplay the error message "Empty field not allowed for deposit", part of this is done by the getMessage method, the other half is not allowed for deposit,
however in my program the getMessage method produces…

slow.learner
- 43
- 4
-2
votes
2 answers
Why is the thread status dead?
That is the question. I called a function using a thread, but when I return to main control, main becomes in sleep status within a few moments.
Example (Look here is a line that calls a Win32API function GetMessage):
Start()
e = Thread.new { Look()…

Some.Proxy
- 1
- 2
-3
votes
2 answers
What is the error in my exception and the throw and getMessage?
I have code and i want to know where is the error, please can you help me: only one error on the throw line
public static void main(String[] args) {
try {
Scanner input = new Scanner (System.in);
System.out.println("Enter the…

Ghada Ali Othman
- 5
- 4