org.apache.maven.usability.diagnostics
Interface ErrorDiagnoser


public interface ErrorDiagnoser


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

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

canDiagnose

public boolean canDiagnose(java.lang.Throwable error)

diagnose

public java.lang.String diagnose(java.lang.Throwable error)


Copyright 2005 Apache Software Foundation. All Rights Reserved.