org.apache.maven.usability.diagnostics

Interface ErrorDiagnoser

public interface ErrorDiagnoser

Field Summary
static StringROLE
Method Summary
booleancanDiagnose(Throwable error)
Stringdiagnose(Throwable error)

Field Detail

ROLE

public static final String ROLE

Method Detail

canDiagnose

public boolean canDiagnose(Throwable error)

diagnose

public String diagnose(Throwable error)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.