ak.err
Class InvalidDataErr

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

public class InvalidDataErr
extends DataErr

Class InvalidDataErr represent a "wrong data passed" error (e.g. wrong data format) 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
InvalidDataErr(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

InvalidDataErr

public InvalidDataErr(java.lang.String sModule)