[ Back | Previous | Next ]

Implementing own exceptions.

Package:
java.lang.*
Product:
JDK
Release:
1.0.2
Related Links:
General
General
General
General
General
General
General
General
General
Runtime
System
Comment:
      //
      // IllegalBankFormatException.java
      //
      package akaan.abn.exceptions;
                                         
      /** A class used to detect an unexpected or illegal pattern in the parse text */
      public class IllegalBankFormatException extends Exception { }
1