ak.err
Class NoDataErr

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ak.err.AppError
                    |
                    +--ak.err.DataErr
                          |
                          +--ak.err.NoDataErr

public class NoDataErr
extends DataErr

Class NoDataErr represent a "Data not found" error (e.g. DB-entry not found) This class extends DataError and pre-sets the AppErrorItem with relevant parameters.

Version:
V1.1 Copyright(c)2000 Alexej Kupin
See Also:
Serialized Form

Fields inherited from class ak.err.AppError
errItem, m_bDisplay, m_bFullInfo, m_bMsgFile, m_bSuccess, m_bTrace, m_sName, m_vMedia
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoDataErr(java.lang.String sModule)
           
 
Methods inherited from class ak.err.AppError
addComponent, addInfo, addParam, CheckFile, getErrItem, getMessage, GetPath, GetPath, GetPath, GetPath, Init, InitDefault, loadMedia, log, log, MakeLog, ObjectToString, Read, resolveMSG, SetEnv, SetMsg, show, show, showAsk, showAsk, showError, showError, showInfo, showInfo, showWarning, showWarning, StringToObject
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoDataErr

public NoDataErr(java.lang.String sModule)