de.tudresden.inf.lat.jcel.reasoner.main
Class UnsupportedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedQueryException
public UnsupportedQueryException(String message)
UnsupportedQueryException
public UnsupportedQueryException(String message,
Throwable cause)
UnsupportedQueryException
public UnsupportedQueryException(Throwable cause)
Copyright © 2012. All Rights Reserved.