Class InvalidRuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- laas.openrobots.ontology.exceptions.InvalidRuleException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidRuleException extends java.lang.Exception
This exception is thrown when a SWRL rule is malformed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRuleException(java.lang.String msg)
-