simtools.data.async
Class TimeStampedDataSourceCollection.InvalidFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simtools.data.async.TimeStampedDataSourceCollection.InvalidFormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TimeStampedDataSourceCollection

public static class TimeStampedDataSourceCollection.InvalidFormatException
extends java.lang.Exception

An exception to handle file/stream parsing errors

See Also:
Serialized Form

Constructor Summary
TimeStampedDataSourceCollection.InvalidFormatException(java.lang.String 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

TimeStampedDataSourceCollection.InvalidFormatException

public TimeStampedDataSourceCollection.InvalidFormatException(java.lang.String message)