de.tudresden.inf.lat.jcel.reasoner.main
Class UnsupportedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.tudresden.inf.lat.jcel.reasoner.main.UnsupportedQueryException
All Implemented Interfaces:
Serializable

public class UnsupportedQueryException
extends RuntimeException

This exception is thrown when a query is not supported.

Author:
Julian Mendez
See Also:
Serialized Form

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

UnsupportedQueryException

public UnsupportedQueryException(String message)

UnsupportedQueryException

public UnsupportedQueryException(String message,
                                 Throwable cause)

UnsupportedQueryException

public UnsupportedQueryException(Throwable cause)


Copyright © 2012. All Rights Reserved.