hep.analysis
Class EndOfDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--hep.analysis.EndOfDataException
All Implemented Interfaces:
java.io.Serializable

public class EndOfDataException
extends java.lang.Exception

Thrown from an EventSource to signal that there are no more events.

See Also:
EventSource, Serialized Form

Constructor Summary
EndOfDataException()
           
 
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

EndOfDataException

public EndOfDataException()