Class MalformedSpinException

  • All Implemented Interfaces:
    Serializable

    public class MalformedSpinException
    extends RDF4JException
    An exception thrown by the SPIN parser when it encounters malformed SPIN rules, constraints or constructors.
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedSpinException

        public MalformedSpinException()
      • MalformedSpinException

        public MalformedSpinException​(String msg)
      • MalformedSpinException

        public MalformedSpinException​(Throwable t)
      • MalformedSpinException

        public MalformedSpinException​(String msg,
                                      Throwable t)