ak.err
Class DataErr

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ak.err.AppError
                    |
                    +--ak.err.DataErr
Direct Known Subclasses:
ConstraintErr, DuplicateDataErr, InvalidDataErr, NoDataErr

public class DataErr
extends AppError

Class DataErr represent any data error. This is a superclass for concrete data-errors like "No data found"/"Invalid data"/"Constraint violation"/... This class extends AppError 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
DataErr(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

DataErr

public DataErr(java.lang.String sModule)