xbn.programs
Class XBNStatic

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.programs.XBNStatic
Direct Known Subclasses:
CVSMsgTextPadTool, ReportBadImports, ReportPackageDependencies, XmplACInt, XmplBinarySearchData_asc, XmplBinarySearchData_desc, XmplConfigReaderFA_ML, XmplConfigReaderFA_SL, XmplDBConnection, XmplRecursiveFill, XmplTemplateFiller, XmplTimerSeconds, XmplUtilJDLCode_cibt, XmplUtilJDLCode_gjdcafflr, XmplVWInt

public class XBNStatic
extends XBNObject

An XBNObject for classes having static functions, including applications.

Source code:  XBNStatic.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
XBNStatic()
          Create an XBNStatic.
 
Method Summary
static void throwAXS(String s_callingClsFnc)
          Throw an AssertException, statically.
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBNStatic

public XBNStatic()

Create an XBNStatic. This constructor does nothing.

Method Detail

throwAXS

public static final void throwAXS(String s_callingClsFnc)

Throw an AssertException, statically.

Equal to throw new AssertException(getXMsgPrefix() + s_callingClsFnc)




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo