org.apache.ws.resource.properties.query
Class InvalidQueryExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.resource.properties.query.InvalidQueryExpressionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryExpressionException
extends java.lang.Exception

Indicates the given Query Expression is not valid within the QueryExpression language identified by the dialect attribute.

See Also:
Serialized Form

Field Summary
static org.apache.ws.util.i18n.Messages MSG
          DOCUMENT_ME
 
Constructor Summary
InvalidQueryExpressionException(QueryExpression queryExpr)
          Creates a new InvalidQueryExpressionException object.
 
Method Summary
 QueryExpression getQueryExpression()
          DOCUMENT_ME
 
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
 

Field Detail

MSG

public static final org.apache.ws.util.i18n.Messages MSG
DOCUMENT_ME

Constructor Detail

InvalidQueryExpressionException

public InvalidQueryExpressionException(QueryExpression queryExpr)
Creates a new InvalidQueryExpressionException object.

Parameters:
queryExpr - the query expression that is invalid
Method Detail

getQueryExpression

public QueryExpression getQueryExpression()
DOCUMENT_ME

Returns:
DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.