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:
parent
d7beb381c2
commit
8ea4caaa87
@ -68,6 +68,9 @@ public class WrappedException extends EvaluatorException
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @see Context#throwAsScriptRuntimeEx(Throwable e)
|
||||
*/
|
||||
public WrappedException(Throwable exception)
|
||||
{
|
||||
super("Wrapped "+exception.toString());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user