11-13-2007 08:48 AM
throw new AlfrescoRuntimeException("The space exists, find another name.");
This triggers a runtime exception but a duplicate name for a space is certainly no runtime problem it's a user message. Any idea how I can trigger the "yellow error boxes" in the web client?11-16-2007 11:35 AM
11-28-2007 09:11 AM
catch (Throwable err)
{
Utils.addErrorMessage("some error message - probably generated", err);
}
11-28-2007 10:30 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.