Class nist.feather.TclEvalException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nist.feather.TclEvalException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----nist.feather.TclEvalException

public class TclEvalException
extends Exception
Thrown when the native Tcl interpreter returns !TCL_OK or when script or result strings exceed their predefined limits. Exception message normally contains the Tcl interpreter result string that identifies the cause of the error.

Version:
0.1
Author:
Alden Dima

Constructor Index

 o nist.feather.TclEvalException()
 o nist.feather.TclEvalException(String)

Constructors

 o TclEvalException
public TclEvalException()
 o TclEvalException
public TclEvalException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index