Improve exception msg
Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
This commit is contained in:
@@ -277,7 +277,7 @@ static Reference< XContent > getContentThrow(
|
|||||||
ensureContentProviderForURL( rBroker, xId->getContentIdentifier() );
|
ensureContentProviderForURL( rBroker, xId->getContentIdentifier() );
|
||||||
|
|
||||||
throw ContentCreationException(
|
throw ContentCreationException(
|
||||||
"Unable to create Content! " + msg,
|
"Unable to create Content for <" + xId->getContentIdentifier() + ">: " + msg,
|
||||||
Reference< XInterface >(),
|
Reference< XInterface >(),
|
||||||
ContentCreationError_CONTENT_CREATION_FAILED );
|
ContentCreationError_CONTENT_CREATION_FAILED );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user