gov.nih.nci.caarray.services.arraydesign.loader.affymetrix
Class CdfFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.arraydesign.loader.affymetrix.CdfFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class CdfFileNotFoundException
extends java.lang.Exception

Indicates that the Affymetrix CDF file couldn't be found at the expected location.

Author:
ETavela
See Also:
Serialized Form

Constructor Summary
CdfFileNotFoundException(java.io.File cdfFile)
           
 
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

CdfFileNotFoundException

public CdfFileNotFoundException(java.io.File cdfFile)