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 …
Tag Archive: java write your own exception
Permanent link to this article: http://www.javaplex.com/blog/java-creating-custom-exceptions/