cannot be found.
*/
public Object newInstanceFromIdentifier(int identifier)
throws StandardException {
InstanceGetter ci = classFromIdentifier(identifier);
Throwable t;
try {
Object result = ci.getNewInstance();
/*
if (SanityManager.DEBUG) {
if(SanityManager.DEBUG_ON(Monitor.NEW_INSTANCE_FROM_ID_TRACE_DEBUG_FLAG))
{
String traceResult = "null";