Make the error message construction a little more resilient to errors in classloading.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@650543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-04-22 15:11:19 +00:00
parent 02367233e1
commit 1cb3190b0f
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ public class DefaultPluginManager
if ( getLogger().isFatalErrorEnabled() )
{
getLogger().fatalError(
mojo.getClass().getName() + "#execute() caused a linkage error ("
mojoDescriptor.getImplementation() + "#execute() caused a linkage error ("
+ e.getClass().getName() + ") and may be out-of-date. Check the realms:" );
StringBuffer sb = new StringBuffer();