Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

3 Visitor Messages

  1. View Conversation
    hii
  2. View Conversation
    hello friends
  3. View Conversation
    hi.. I read your article and it was great..
Showing Visitor Messages 1 to 3 of 3
About newbie

Basic Information

Age
32
About newbie
Location:
North Wales
Occupation:
Full-time student
Java Skill Level:
Advanced

Signature


Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code

Statistics


Total Posts
Total Posts
661
Posts Per Day
0.14
Visitor Messages
Total Messages
3
Most Recent Message
April 24th, 2014 06:21 AM
Total Thanks
Total Thanks
28
  • Thanked 115 Times in 106 Posts
General Information
Last Activity
June 28th, 2014 12:00 PM
Join Date
November 26th, 2010

10 Friends

  1. arthurallenbalang arthurallenbalang is offline

    Junior Member

    • Send a message via AIM to arthurallenbalang
    arthurallenbalang
  2. datathinker datathinker is offline

    Junior Member

    datathinker
  3. dokunbam dokunbam is offline

    Junior Member

    dokunbam
  4. Hallowed Hallowed is offline

    Member

    Hallowed
  5. kap kap is offline

    Junior Member

    kap
  6. moneyman021 moneyman021 is offline

    Junior Member

    moneyman021
  7. OA-OD-JD1 OA-OD-JD1 is offline

    Member

    OA-OD-JD1
  8. Pantheon8 Pantheon8 is offline

    Junior Member

    Pantheon8
  9. somebodyonearth somebodyonearth is offline

    Junior Member

    somebodyonearth
  10. waspandor waspandor is offline

    Junior Member

    waspandor
Showing Friends 1 to 10 of 10
View newbie's Blog

Recent Entries

Create your own Exceptions!

by newbie on January 9th, 2012 at 01:26 PM
I was surprised to notice that there wasn't a single tutorial on this forum which covered the creation of your own Exception classes, so I decided to make a small tutorial for you.
TL;DR - If you don't fancy reading all the details, you may jump straight to the code, as it's pretty self explanatory if you have a basic concept of Exceptions and their hierarchy.

Introduction

You might be surprised to know that creating your own Exception is as easy, if not easier

Read More

Categories
Uncategorized