Search:

Type: Posts; User: balaji777

Search: Search took 0.07 seconds.

  1. Thread: Exception

    by balaji777
    Replies
    5
    Views
    2,351

    Re: Exception

    you can create an customized exception by extending the Exception class

    sample code for you:

    public class MyException extends Exception {

    public MyException(String message)
    {...
  2. Replies
    3
    Views
    866

    Re: Abstract class question

    Cornix
    Thanks for the information......

    one more question when classdefinition not found exception will occur?

    can you please tell me some realtime example that happens on project...
  3. Replies
    3
    Views
    866

    Abstract class question

    do we have constructor in abstract class?
    If we have then what is the use of it?
Results 1 to 3 of 3