All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.g2forge.alexandria.expression.ExpressionNotEvaluableException Maven / Gradle / Ivy

Go to download

A library for expressions and their evaluation. Includes a basic implementation for math.

There is a newer version: 0.0.18
Show newest version
package com.g2forge.alexandria.expression;

import lombok.AllArgsConstructor;

@AllArgsConstructor
public class ExpressionNotEvaluableException extends RuntimeException {
	private static final long serialVersionUID = -7958704815301247691L;

	protected final IExpression expression;

	protected final Class> type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy