org.activemath.content.mediator.query
Class QueryParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.content.mediator.MediatorException
              extended by 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

Constructor Summary
QueryParseException()
           
QueryParseException(String message)
           
QueryParseException(String message, Throwable cause)
           
QueryParseException(Throwable cause)
           
 
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

QueryParseException

public QueryParseException()

QueryParseException

public QueryParseException(String message)

QueryParseException

public QueryParseException(Throwable cause)

QueryParseException

public QueryParseException(String message,
                           Throwable cause)