net.aerith.misao.catalog.io
Class Ucac1Reader.EndOfChunkException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aerith.misao.catalog.io.Ucac1Reader.EndOfChunkException
Enclosing class:
Ucac1Reader

protected class Ucac1Reader.EndOfChunkException
extends java.lang.Exception

The EndOfChunkException is an exception thrown when all records in a chunk are read.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
protected Ucac1Reader.EndOfChunkException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Ucac1Reader.EndOfChunkException

protected Ucac1Reader.EndOfChunkException()