Posts Tagged ‘java user exception’

Java creating custom Exceptions

Monday, August 4, 2008 12:16 1 Comment

Java supports the custom, user defined exception. Java provides the well known and common exception classes and gives freedom for developer to create their own exception classes matching to their specific business logic/role. For example, a user not found exception would be implemented by its own.
Download the Java Source code  for creating user custom exceptions
MyException.java  [...]

This was posted under category: Java Tags: , ,