org.boris.xlloop.xloper
Class XLError

java.lang.Object
  extended by org.boris.xlloop.xloper.XLoper
      extended by org.boris.xlloop.xloper.XLError

public class XLError
extends XLoper


Field Summary
static XLError DIV0
           
 int err
           
static XLError NA
           
static XLError NAME
           
static XLError NULL
           
static XLError NUM
           
static XLError REF
           
static XLError VALUE
           
 
Fields inherited from class org.boris.xlloop.xloper.XLoper
type, xlTypeBool, xlTypeErr, xlTypeInt, xlTypeMissing, xlTypeMulti, xlTypeNil, xlTypeNum, xlTypeSRef, xlTypeStr
 
Constructor Summary
XLError(int err)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final XLError NULL

DIV0

public static final XLError DIV0

VALUE

public static final XLError VALUE

REF

public static final XLError REF

NAME

public static final XLError NAME

NUM

public static final XLError NUM

NA

public static final XLError NA

err

public final int err
Constructor Detail

XLError

public XLError(int err)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object