All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swrlapi.exceptions.NoRegisteredSWRLRuleEnginesException Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.swrlapi.exceptions;

public class NoRegisteredSWRLRuleEnginesException extends SWRLRuleEngineBridgeException
{
  private static final long serialVersionUID = 1L;

  public NoRegisteredSWRLRuleEnginesException()
  {
    super("no registered SWRL rule engines");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy