tcl.lang
Class TclException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tcl.lang.TclException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TclNumArgsException

public class TclException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  int errIndex
           
 
Constructor Summary
  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)
           
 
Method Summary
 int getCompletionCode()
           
 void setCompletionCode(int ccode)
           
 
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
 

Field Detail

errIndex

protected int errIndex
Constructor Detail

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)
Method Detail

getCompletionCode

public final int getCompletionCode()

setCompletionCode

public final void setCompletionCode(int ccode)