org.jenkinsci.plugins.tcl.interpreter
Class jTclException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tcl.lang.TclException
              extended by org.jenkinsci.plugins.tcl.interpreter.jTclException
All Implemented Interfaces:
Serializable

public class jTclException
extends tcl.lang.TclException

TclException extension for usage in interpreter wrapper

See Also:
Serialized Form

Field Summary
 
Fields inherited from class tcl.lang.TclException
errIndex
 
Constructor Summary
jTclException(tcl.lang.Interp interp, String msg)
           
jTclException(String msg)
           
jTclException(String message, Exception nested)
           
 
Method Summary
 Exception getNestedException()
           
 
Methods inherited from class tcl.lang.TclException
getCompletionCode, setCompletionCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

jTclException

public jTclException(tcl.lang.Interp interp,
                     String msg)

jTclException

public jTclException(String msg)

jTclException

public jTclException(String message,
                     Exception nested)
Method Detail

getNestedException

public Exception getNestedException()


Copyright © 2004-2013. All Rights Reserved.