simtools.data
Class DataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simtools.data.DataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AsciiFileDataSourceCollection.InvalidFormatException, DuplicateIdException, NoSuchIndex, UnsupportedOperation

public class DataException
extends java.lang.Exception

A base class for errors occuring during a test

Version:
1.0 2001
Author:
Nicolas Brodu
See Also:
Serialized Form

Constructor Summary
DataException()
           
DataException(java.lang.String msg)
           
 
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

DataException

public DataException(java.lang.String msg)

DataException

public DataException()