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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.