org.activemath.content.mediator.query
Class QueryParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.activemath.content.mediator.MediatorException
org.activemath.content.mediator.query.QueryParseException
- All Implemented Interfaces:
- Serializable
public class QueryParseException
- extends MediatorException
This Exception is thown if anything goes wrong during
the KBQuery-Creation - which is the queryString parsing.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryParseException
public QueryParseException()
QueryParseException
public QueryParseException(String message)
QueryParseException
public QueryParseException(Throwable cause)
QueryParseException
public QueryParseException(String message,
Throwable cause)