Tag Archive: java custom exception

Aug
04

Java creating custom Exceptions

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 …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/java-creating-custom-exceptions/