All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nsjava.internal.TclException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----nsjava.internal.TclException

public class TclException
extends Exception

Constructor Index

 o TclException(int)
 o TclException(String)
 o TclException(String, int)

Method Index

 o getCompletionCode()

Constructors

 o TclException
 public TclException(int ccode)
 o TclException
 public TclException(String msg)
 o TclException
 public TclException(String msg,
                     int ccode)

Methods

 o getCompletionCode
 public final int getCompletionCode()

All Packages  Class Hierarchy  This Package  Previous  Next  Index