uk.ac.ebi.intenz.webapp.exceptions
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ebi.intenz.webapp.exceptions.QueryException
All Implemented Interfaces:
Serializable

public class QueryException
extends Exception

If a query is invalid this exception will be thrown. A query is invalid if it makes incorrect use of reserved characters such as '{', '}' or their surrogate '"'. TODO: Extend for other reserved characters as well.

Version:
2.0.0 - 27-February-2004
Author:
Michael Darsow
See Also:
Serialized Form

Constructor Summary
QueryException()
           
QueryException(String message)
           
 
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

QueryException

public QueryException()

QueryException

public QueryException(String message)


Copyright © 2013 EMBL-EBI. All Rights Reserved.