![JAR search and dependency download from the Maven repository](/logo.png)
org.mule.mvel2.ast.ReduceableCodeException Maven / Gradle / Ivy
Go to download
MVEL is a powerful expression language for Java-based applications.
It provides a plethora of features and is suited for everything
from the smallest property binding and extraction, to full blown scripts.
package org.mule.mvel2.ast;
public class ReduceableCodeException extends RuntimeException {
private Object literal;
public Object getLiteral() {
return literal;
}
public ReduceableCodeException(Object literal) {
this.literal = literal;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy