All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nsjava.internal.TclRuntimeError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----nsjava.internal.TclRuntimeError

public class TclRuntimeError
extends RuntimeException
Signals that a unrecoverable run-time error in the interpreter. Similar to the panic() function in C.


Constructor Index

 o TclRuntimeError(String)
Constructs a TclRuntimeError with the specified detail message.

Constructors

 o TclRuntimeError
 public TclRuntimeError(String s)
Constructs a TclRuntimeError with the specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index