public class MockErrorReporter extends Object implements ErrorReporter
Constructor and Description |
---|
MockErrorReporter() |
Modifier and Type | Method and Description |
---|---|
String |
getErrCode() |
Object |
getErrCtx() |
String |
getErrDetail() |
void |
onError(String errCode,
String errDetail,
Object errCtx) |
void |
setErrCode(String errCode) |
void |
setErrCtx(Object errCtx) |
void |
setErrDetail(String errDetail) |
public MockErrorReporter()
public void onError(String errCode, String errDetail, Object errCtx)
onError
in interface ErrorReporter
public String getErrCode()
public void setErrCode(String errCode)
public String getErrDetail()
public void setErrDetail(String errDetail)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.