Uses of Class
com.helger.dao.DAOException
Packages that use DAOException
-
Uses of DAOException in com.helger.dao
Methods in com.helger.dao that throw DAOExceptionModifier and TypeMethodDescriptionprotected 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 DAOExceptionModifier and TypeMethodDescriptionprotected final FileAbstractSimpleDAO.getSafeFile(String sFilename, IDAO.EMode eMode) protected final 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 DAOExceptionModifier and TypeMethodDescriptionprotected final 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 final voidAbstractWALDAO.initialRead()Call this method inside the constructor to read the file contents directly.Constructors in com.helger.dao.wal that throw DAOExceptionModifierConstructorDescriptionprotectedAbstractMapBasedWALDAO(Class<IMPLTYPE> aImplClass, com.helger.commons.io.relative.IFileRelativeIO aIO, String sFilename, AbstractMapBasedWALDAO.InitSettings<IMPLTYPE> aInitSettings) Default constructor.