ak.err
Class UnexpectedErr

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

public class UnexpectedErr
extends AppError

Class UnexpectedErr represent an unexpected Application error (e.g. I/O error, Null-pointer) 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
UnexpectedErr(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

UnexpectedErr

public UnexpectedErr(java.lang.String sModule)