it.uniroma2.art.owlart.exceptions
Class QueryEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.uniroma2.art.owlart.exceptions.QueryEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class QueryEvaluationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
QueryEvaluationException()
           
QueryEvaluationException(java.lang.String message)
           
QueryEvaluationException(java.lang.String message, java.lang.Throwable cause)
           
QueryEvaluationException(java.lang.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

QueryEvaluationException

public QueryEvaluationException()

QueryEvaluationException

public QueryEvaluationException(java.lang.String message)

QueryEvaluationException

public QueryEvaluationException(java.lang.Throwable cause)

QueryEvaluationException

public QueryEvaluationException(java.lang.String message,
                                java.lang.Throwable cause)


Copyright © 2011 ART Group, University of Rome, Tor Vergata. All Rights Reserved.