iso8211 0-1-0 by Weft

uk.co.weft.iso8211
Class UnexpectedEndException

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

public class UnexpectedEndException
extends FormatException

An exception thrown when we reach the end of an ISO8211 stream unexpectedly

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

UnexpectedEndException

public UnexpectedEndException(java.lang.String message)

iso8211 0-1-0 by Weft