org.freehep.record.source
Class NoSuchRecordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.freehep.record.source.NoSuchRecordException
All Implemented Interfaces:
Serializable

public class NoSuchRecordException
extends Exception

An exception thrown when attempting to access a record that does not exist.

See Also:
Serialized Form

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

NoSuchRecordException

public NoSuchRecordException()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.