public class SimpleErrorReporter extends Object implements ErrorReporter, Serializable
EXPRESSION_ERROR, ILLEGAL_CONFIG, ILLEGAL_INITIAL, NO_INITIAL, NON_DETERMINISTIC, UNDEFINED_VARIABLE, UNKNOWN_ACTION
Constructor and Description |
---|
SimpleErrorReporter()
Constructor.
|
public void onError(String errorCode, String errDetail, Object errCtx)
ErrorReporter
onError
in interface ErrorReporter
errorCode
- one of the ErrorReporter's constantserrDetail
- human readable descriptionerrCtx
- typically an SCXML element which caused an error,
may be accompanied by additional informationErrorReporter.onError(String, String, Object)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.