tcl.lang
Class TclException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tcl.lang.TclException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TclNumArgsException
public class TclException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errIndex
protected int errIndex
TclException
protected TclException(Interp interp,
java.lang.String msg,
int ccode,
int idx)
TclException
public TclException(int ccode)
TclException
public TclException(Interp interp,
java.lang.String msg)
TclException
public TclException(Interp interp,
java.lang.String msg,
int ccode)
getCompletionCode
public final int getCompletionCode()
setCompletionCode
public final void setCompletionCode(int ccode)