iso8211 0-1-0 by Weft

uk.co.weft.iso8211
Class LostThePlotException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.co.weft.iso8211.ISO8211Exception
                    |
                    +--uk.co.weft.iso8211.FormatException
                          |
                          +--uk.co.weft.iso8211.LostThePlotException

public class LostThePlotException
extends FormatException

An exception thrown when data found violates our expectations of ISO8211 format, and we suspect it's the parser that's wrong.

Version:
$Revision: 1.1.1.1 $ This revision: $Author: simon $
  $Log: LostThePlotException.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
LostThePlotException(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

LostThePlotException

public LostThePlotException(java.lang.String message)

iso8211 0-1-0 by Weft