org.freehep.record.source
Class EndOfSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
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.


Copyright © 2000-2007 FreeHEP. All Rights Reserved.