|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminErrorHandler
Describes an abstraction for dealing with errors that occure while building builds.
| Method Summary | |
|---|---|
void |
clear()
Remove all errors from the handler |
String |
getError(String errorKey)
Obtain the specifed error from the handler. |
Map |
getErrors()
Obtain all the errors recorded |
void |
recordError(String errorKey,
String message)
Record a error |
void |
removeError(String errorKey)
Remove a specific error from the handler. |
| Method Detail |
|---|
void recordError(String errorKey,
String message)
errorKey - message - Map getErrors()
void clear()
void removeError(String errorKey)
errorKey - String getError(String errorKey)
errorKey -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||