Search:

Type: Posts; User: weakprogrammer

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,857

    Poll: Re: Declaring your own exceptions

    dONE norm.

    Thanks for telling. :)
  2. Replies
    4
    Views
    2,857

    Poll: Declaring your own exceptions

    You can create your own exceptions in Java. Keep the following points in mind when writing your own exception classes:

    * All exceptions must be a child of Throwable.
    If you want to write...
Results 1 to 2 of 2