org.globus.wsrf.query
Class InvalidQueryExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.common.ChainedException
              extended byorg.globus.wsrf.query.QueryException
                  extended byorg.globus.wsrf.query.InvalidQueryExpressionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryExpressionException
extends QueryException

This exception is raised when the query expression is invalid.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.common.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidQueryExpressionException()
          Creates a InvalidQueryExpressionException without error message.
InvalidQueryExpressionException(java.lang.String message)
          Creates a InvalidQueryExpressionException with a given error message.
InvalidQueryExpressionException(java.lang.String message, java.lang.Throwable exception)
          Creates a InvalidQueryExpressionException with a given error message and nested exception.
InvalidQueryExpressionException(java.lang.Throwable exception)
          Creates a InvalidQueryExpressionException from a nested exception.
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidQueryExpressionException

public InvalidQueryExpressionException()
Creates a InvalidQueryExpressionException without error message.


InvalidQueryExpressionException

public InvalidQueryExpressionException(java.lang.String message)
Creates a InvalidQueryExpressionException with a given error message.

Parameters:
message - error message

InvalidQueryExpressionException

public InvalidQueryExpressionException(java.lang.String message,
                                       java.lang.Throwable exception)
Creates a InvalidQueryExpressionException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

InvalidQueryExpressionException

public InvalidQueryExpressionException(java.lang.Throwable exception)
Creates a InvalidQueryExpressionException from a nested exception.

Parameters:
exception - nested exception