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:
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(Throwable cause, String message, Object... params)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-