cvm.ncb.handlers.exception
Class DataNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cvm.ncb.handlers.exception.DataNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DataNotFoundException
extends java.lang.Exception

The DataNotFoundException is thrown when the program tries to send a file or a form that is not found

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
DataNotFoundException(java.lang.String name)
           
 
Method Summary
 java.lang.String getDataName()
          This method returns the name of the file or form
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataNotFoundException

public DataNotFoundException(java.lang.String name)
Method Detail

getDataName

public java.lang.String getDataName()
This method returns the name of the file or form

Returns:
the name of the file or form