Example usage for org.apache.commons.math3.exception MathRuntimeException subclass-usage

List of usage examples for org.apache.commons.math3.exception MathRuntimeException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.exception MathRuntimeException subclass-usage.

Usage

From source file org.matheclipse.commons.parser.client.SyntaxError.java

/**
 * Exception for a syntax error detected by the MathEclipse parser
 *
 */
public class SyntaxError extends MathRuntimeException {