FreeHEP API
Version v1.2.2

org.freehep.record.source
Class EndOfSourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.freehep.record.source.EndOfSourceException
All Implemented Interfaces:
Serializable

public class EndOfSourceException
extends Exception

An exception thrown when attempting to access a record beyong the end of a source.

See Also:
Serialized Form

Constructor Summary
EndOfSourceException()
          Create an instance of this class without any detailed message.
EndOfSourceException(String s)
          Create an instance of this class with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfSourceException

public EndOfSourceException()
Create an instance of this class without any detailed message.


EndOfSourceException

public EndOfSourceException(String s)
Create an instance of this class with a detailed message.

Parameters:
s - the detailed message.

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.