Added JavaDoc link to a better way of wrapping exceptions then using WrappedException constructor

git-svn-id: svn://10.0.0.236/trunk@156842 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
igor%mir2.org 2004-05-24 10:11:23 +00:00
parent d7beb381c2
commit 8ea4caaa87

View File

@ -68,6 +68,9 @@ public class WrappedException extends EvaluatorException
}
}
/**
* @see Context#throwAsScriptRuntimeEx(Throwable e)
*/
public WrappedException(Throwable exception)
{
super("Wrapped "+exception.toString());