|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcodesimian.CS
codesimian.DefaultCS
codesimian.Num
codesimian.Err
public class Err
ERRor message
| Field Summary | |
|---|---|
static boolean |
execPrintsErrors
default false. |
double |
execReturnsMe
if I'm not NaN, DForProxy() returns me |
static boolean |
execShowsErrorsAsNewGUIWindow
|
static boolean |
execThrowsExceptionIfErrorIsEmptyOrNull
|
| Fields inherited from class codesimian.Num |
|---|
value |
| Fields inherited from class codesimian.CS |
|---|
DESCRIPTION, END, EXECPROXY, FUEL, HEAP, JAVACODE, MYFUEL, NAME, NEWINSTANCE, NULL, PARENT, PARSEPRIORITY, PREV, TESTER |
| Constructor Summary | |
|---|---|
Err()
|
|
Err(double returnValue)
|
|
Err(java.lang.String message)
|
|
Err(java.lang.String message,
double returnValue)
|
|
| Method Summary | |
|---|---|
double |
DForProxy()
D() and DForProxy() are the 2 most important functions in CS. |
java.lang.String |
keyword()
The error-message. |
int |
maxP()
Maximum quantity of Params |
int |
minP()
For DForProxy(). Minimum number of parameters in param[] needed to call DForProxy(). Defines which indexs of param[] DForProxy() can use. Functions with a different number of parameters must override this. OVERRIDE THIS FUNCTION IF EXEC USES A DIFFERENT NUMBER OF PARAMETERS. Default is 1. |
boolean |
showError()
|
| Methods inherited from class codesimian.Num |
|---|
decompile, description, formatDouble, getValue, needMoreInfo, setD, setValue, toStringG |
| Methods inherited from class codesimian.DefaultCS |
|---|
B, C, countP, decrementMyFuel, deleteP, F, fuel, getExec, getObject, heap, I, indexP, indexPName, insertB, insertC, insertD, insertF, insertI, insertJ, insertL, insertL, insertL1, insertP, insertS, insertZ, J, javaCode, LForProxy, LForProxy, myFuel, name, newInstance, objectToCS, objectToCSArray, objectToCSArray, P, prevD, prevL, PType, S, setB, setC, setCountP, setD, setExec, setF, setFuel, setI, setJ, setL, setL, setL, setL1, setMyFuel, setName, setObject, setP, setPrevExec, setS, setZ, start, toString, V, Z |
| Methods inherited from class codesimian.CS |
|---|
addP, addP, addP, addP, addP, BForProxy, CForProxy, clone, cost, D, deleteP, FForProxy, IForProxy, isIllusion, javaCode, JForProxy, L, L, L, L, L, maxD, minD, overwrites, parent, parsePriority, PB, PC, PD, PF, PI, PJ, PL, prevB, prevC, prevF, prevI, prevJ, prevS, prevZ, proxyOf, PS, PZ, reflect, reflect, setB, setC, setCost, setDescription, setF, setHeap, setI, setJ, setL, setL, setParent, setParsePriority, setProxyOf, setPType, setS, setTester, setZ, SForProxy, tester, VForProxy, voidReflect, ZForProxy |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double execReturnsMe
public static boolean execShowsErrorsAsNewGUIWindow
public static boolean execPrintsErrors
public static boolean execThrowsExceptionIfErrorIsEmptyOrNull
| Constructor Detail |
|---|
public Err()
public Err(double returnValue)
public Err(java.lang.String message)
public Err(java.lang.String message,
double returnValue)
| Method Detail |
|---|
public double DForProxy()
CS
DForProxy in class Numpublic int minP()
DefaultCS
minP in class Numpublic int maxP()
CS
maxP in class CSpublic boolean showError()
public java.lang.String keyword()
keyword in class NumCS.parent(),
CS.newInstance(),
CS.name()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||