uk.ac.ebi.intenz.webapp.exceptions
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryException
public QueryException()
QueryException
public QueryException(String message)
Copyright © 2013 EMBL-EBI. All Rights Reserved.