public class TclException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected int |
errIndex |
| Modifier | Constructor and Description |
|---|---|
|
TclException(int ccode) |
|
TclException(Interp interp,
java.lang.String msg) |
|
TclException(Interp interp,
java.lang.String msg,
int ccode) |
protected |
TclException(Interp interp,
java.lang.String msg,
int ccode,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompletionCode() |
void |
setCompletionCode(int ccode) |
protected TclException(Interp interp, java.lang.String msg, int ccode, int idx)
public TclException(int ccode)
public TclException(Interp interp, java.lang.String msg)
public TclException(Interp interp, java.lang.String msg, int ccode)