Class Rule.ParserException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Rule

    public static class Rule.ParserException
    extends JenaException
    Inner class. Exception raised if there is a problem during rule parsing.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserException​(java.lang.String message, Rule.Parser parser)
      constructor
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParserException

        public ParserException​(java.lang.String message,
                               Rule.Parser parser)
        constructor