Class SPARQLShallowParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.uniroma2.art.semanticturkey.sparql.SPARQLShallowParserException
All Implemented Interfaces:
Serializable

public class SPARQLShallowParserException extends RuntimeException
See Also:
  • Constructor Details

    • SPARQLShallowParserException

      public SPARQLShallowParserException()
    • SPARQLShallowParserException

      public SPARQLShallowParserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • SPARQLShallowParserException

      public SPARQLShallowParserException(String message, Throwable cause)
    • SPARQLShallowParserException

      public SPARQLShallowParserException(String message)
    • SPARQLShallowParserException

      public SPARQLShallowParserException(Throwable cause)