hok.model
Class QueryCreationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hok.model.QueryCreationFailedException
All Implemented Interfaces:
java.io.Serializable

public class QueryCreationFailedException
extends java.lang.Exception

This Exception is thrown when the creation of the sparql query via SparqlBuilder.printSparql() failed.

Author:
holger
See Also:
Serialized Form

Constructor Summary
QueryCreationFailedException(java.lang.String message)
          The Constructor.
 
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

QueryCreationFailedException

public QueryCreationFailedException(java.lang.String message)
The Constructor.

Parameters:
message - the error message to set.