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
-
TclException(int)
-
-
TclException(String)
-
-
TclException(String, int)
-
-
getCompletionCode()
-
TclException
public TclException(int ccode)
TclException
public TclException(String msg)
TclException
public TclException(String msg,
int ccode)
getCompletionCode
public final int getCompletionCode()
All Packages Class Hierarchy This Package Previous Next Index