org.jenkinsci.plugins.tcl.interpreter
Class jTclException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tcl.lang.TclException
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
| Fields inherited from class tcl.lang.TclException |
errIndex |
| 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 |
jTclException
public jTclException(tcl.lang.Interp interp,
String msg)
jTclException
public jTclException(String msg)
jTclException
public jTclException(String message,
Exception nested)
getNestedException
public Exception getNestedException()
Copyright © 2004-2013. All Rights Reserved.