com.autonomy.aci.exceptions
Class InvalidImportFileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.IDOLException
                  extended bycom.autonomy.aci.exceptions.InvalidImportFileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidImportFileException
extends IDOLException

Indicates that IDOL refused to import a FileName definition because the import file was not valid.

See Also:
Serialized Form

Constructor Summary
InvalidImportFileException()
           
InvalidImportFileException(java.lang.String sFileNameName)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setFileNameName(java.lang.String sFileNameName)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidImportFileException

public InvalidImportFileException()

InvalidImportFileException

public InvalidImportFileException(java.lang.String sFileNameName)
Method Detail

setFileNameName

public void setFileNameName(java.lang.String sFileNameName)

getMessage

public java.lang.String getMessage()