public interface ConsoleErrorHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handleError(Throwable error)
Called when an error occurs while executing a
ConsoleTask . |
boolean handleError(Throwable error)
ConsoleTask
.error
- The error which has occurred.Copyright © 2008-2013 Sonatype. All Rights Reserved.