org.apache.maven.usability.diagnostics
Interface ErrorDiagnoser

All Known Implementing Classes:
ArtifactNotFoundDiagnoser, ArtifactResolverDiagnoser, InvalidArtifactDiagnoser, MojoExecutionExceptionDiagnoser, MojoFailureExceptionDiagnoser, PluginConfigurationDiagnoser, ProfileActivationDiagnoser, ProjectBuildDiagnoser

public interface ErrorDiagnoser


Field Summary
static String ROLE
           
 
Method Summary
 boolean canDiagnose(Throwable error)
           
 String diagnose(Throwable error)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

canDiagnose

boolean canDiagnose(Throwable error)

diagnose

String diagnose(Throwable error)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.