ADForm: minor error reporting improvement (useful when you have exceptions in your custom form)
This commit is contained in:
parent
99bc1413e6
commit
4114ee93ce
|
|
@ -202,7 +202,7 @@ public abstract class ADForm extends Window implements EventListener
|
||||||
{
|
{
|
||||||
throw new ApplicationException("The selected web user interface custom form '" +
|
throw new ApplicationException("The selected web user interface custom form '" +
|
||||||
webClassName +
|
webClassName +
|
||||||
"' is not accessible.");
|
"' is not accessible.", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue