public interface ErrorReporter
void onError(String errCode, String errDetail, Object errCtx)
errCode
- one of the ErrorReporter's constantserrDetail
- human readable descriptionerrCtx
- typically an SCXML element which caused an error,
may be accompanied by additional informationCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.