improve exception message

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@570791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-08-29 12:53:18 +00:00
parent 07c6e661f9
commit 50b73df74b
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ public class MavenEmbedder
}
catch ( PlexusContainerException e )
{
throw new MavenEmbedderException( "Error starting Maven embedder.", e );
throw new MavenEmbedderException( "Error creating Plexus container for Maven Embedder", e );
}
if ( logger != null )