Example usage for org.apache.commons.scxml2.env SimpleErrorReporter subclass-usage

List of usage examples for org.apache.commons.scxml2.env SimpleErrorReporter subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.scxml2.env SimpleErrorReporter subclass-usage.

Usage

From source file org.onehippo.repository.scxml.SCXMLStrictErrorReporter.java

/**
 * SCXMLStrictErrorReporter enforces throwing a {@link SCXMLExecutionError} exception on every reported error
 * and injects the current SCXML path into the error message.
 */
public class SCXMLStrictErrorReporter extends SimpleErrorReporter {