Kaydet (Commit) 6ee5be0e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve exception msg

Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
üst a01ef197
......@@ -277,7 +277,7 @@ static Reference< XContent > getContentThrow(
ensureContentProviderForURL( rBroker, xId->getContentIdentifier() );
throw ContentCreationException(
"Unable to create Content! " + msg,
"Unable to create Content for <" + xId->getContentIdentifier() + ">: " + msg,
Reference< XInterface >(),
ContentCreationError_CONTENT_CREATION_FAILED );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment