Uses of Class
com.helger.dao.DAOException
-
Packages that use DAOException Package Description com.helger.dao com.helger.dao.simple com.helger.dao.wal -
-
Uses of DAOException in com.helger.dao
Methods in com.helger.dao that throw DAOException Modifier and Type Method Description protected static voidAbstractDAO. checkFileAccess(File aFile, IDAO.EMode eMode)Check the access to the passed file using the specified mode.default voidIDAO. reload()The method that is invoke if a DAO is reloaded. -
Uses of DAOException in com.helger.dao.simple
Methods in com.helger.dao.simple that throw DAOException Modifier and Type Method Description protected FileAbstractSimpleDAO. getSafeFile(String sFilename, IDAO.EMode eMode)protected voidAbstractSimpleDAO. initialRead()Call this method inside the constructor to read the file contents directly. -
Uses of DAOException in com.helger.dao.wal
Methods in com.helger.dao.wal that throw DAOException Modifier and Type Method Description protected FileAbstractWALDAO. getSafeFile(String sFilename, IDAO.EMode eMode)Get aFileobject for the specified filename that can perform the respective operation indicated by the "mode" parameter.protected voidAbstractWALDAO. initialRead()Call this method inside the constructor to read the file contents directly.Constructors in com.helger.dao.wal that throw DAOException Constructor Description AbstractMapBasedWALDAO(Class<IMPLTYPE> aImplClass, com.helger.commons.io.relative.IFileRelativeIO aIO, String sFilename, AbstractMapBasedWALDAO.InitSettings<IMPLTYPE> aInitSettings)Default constructor.
-