TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.datapool.internal.util
Class CorruptCSVFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.test.ui.datapool.internal.util.CorruptCSVFileException
All Implemented Interfaces:
java.io.Serializable

public class CorruptCSVFileException
extends java.lang.Exception

See Also:
Serialized Form

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

CorruptCSVFileException

public CorruptCSVFileException()

CorruptCSVFileException

public CorruptCSVFileException(java.lang.String s)

TPTP 4.5.0 Testing Tools Project
Internal API Specification