ewe.database
Class BadRecordFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.CorruptedDataException
                  extended byewe.database.BadRecordFormatException

public class BadRecordFormatException
extends CorruptedDataException

This error indicates that an individual Record was badly formatted - usually indicating a corrupted file.


Constructor Summary
BadRecordFormatException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

BadRecordFormatException

public BadRecordFormatException()