iso8211 0-1-0 by Weft

uk.co.weft.iso8211
Class FormatException

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

public class FormatException
extends ISO8211Exception

An exception thrown when data found violates our expectations of ISO8211 format.

Version:
$Revision: 1.1.1.1 $ This revision: $Author: simon $
  $Log: FormatException.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
FormatException(java.lang.String message)
           
 
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

FormatException

public FormatException(java.lang.String message)

iso8211 0-1-0 by Weft