FreeHEP API
Version current

org.freehep.record.source
Class EndOfSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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
Source Code:
EndOfSourceException.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.