nslj.src.nsls.struct
Class NslCommandException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tcl.lang.TclException
                    |
                    +--nslj.src.nsls.struct.NslCommandException
All Implemented Interfaces:
java.io.Serializable

public class NslCommandException
extends tcl.lang.TclException

See Also:
Serialized Form

Fields inherited from class tcl.lang.TclException
errIndex
 
Constructor Summary
NslCommandException(int ccode)
           
NslCommandException(tcl.lang.Interp interp, java.lang.String msg)
           
NslCommandException(tcl.lang.Interp interp, java.lang.String msg, int ccode)
           
 
Methods inherited from class tcl.lang.TclException
getCompletionCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NslCommandException

public NslCommandException(int ccode)

NslCommandException

public NslCommandException(tcl.lang.Interp interp,
                           java.lang.String msg,
                           int ccode)

NslCommandException

public NslCommandException(tcl.lang.Interp interp,
                           java.lang.String msg)