ADForm: minor error reporting improvement (useful when you have exceptions in your custom form)

This commit is contained in:
teo_sarca 2008-08-22 14:00:42 +00:00
parent 99bc1413e6
commit 4114ee93ce
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public abstract class ADForm extends Window implements EventListener
{
throw new ApplicationException("The selected web user interface custom form '" +
webClassName +
"' is not accessible.");
"' is not accessible.", e);
}
try