iso8211 0-1-0 by Weft

uk.co.weft.iso8211
Class ISO8211Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.co.weft.iso8211.ISO8211Exception
Direct Known Subclasses:
FormatException

public abstract class ISO8211Exception
extends java.lang.Exception

An abstract superclass to group all exceptions generated whilst parsing ISO8211 data.

Version:
$Revision: 1.1.1.1 $ This revision: $Author: simon $
  $Log: ISO8211Exception.java,v $
  Revision 1.1.1.1  2002/10/29 11:27:33  simon
  More or less parses


  
Author:
Simon Brooke (simon@jasmine.org.uk)
See Also:
Serialized Form

Constructor Summary
ISO8211Exception(java.lang.String message)
           
ISO8211Exception(java.lang.String message, int position)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISO8211Exception

public ISO8211Exception(java.lang.String message)

ISO8211Exception

public ISO8211Exception(java.lang.String message,
                        int position)

iso8211 0-1-0 by Weft