Class ExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.measurements.api.exceptions.MeasurementException
-
- org.opennms.netmgt.measurements.api.exceptions.ExpressionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpressionException extends MeasurementException
A generic exception used by the expression engine.- Author:
- jwhite
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... params)
-