Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.metadata.expression
Class ExpressionParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.equinox.p2.metadata.expression.ExpressionParseException
All Implemented Interfaces:
Serializable

public class ExpressionParseException
extends RuntimeException

An 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
ExpressionParseException(String message)
           
ExpressionParseException(String expression, String message, int position)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionParseException

public ExpressionParseException(String message)

ExpressionParseException

public ExpressionParseException(String expression,
                                String message,
                                int position)

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.