Class ExpressionParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.equinox.p2.metadata.expression.ExpressionParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpressionParseException extends java.lang.RuntimeExceptionAn exception used by an expression parser that indicates that something went wrong when parsing.- Since:
- 2.0
- See Also:
- Serialized Form
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description ExpressionParseException(java.lang.String message)ExpressionParseException(java.lang.String expression, java.lang.String message, int position)
-