Package org.swrlapi.exceptions
Class SWRLRuleEngineBridgeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.swrlapi.exceptions.SWRLAPIException
-
- org.swrlapi.exceptions.SWRLRuleEngineException
-
- org.swrlapi.exceptions.SWRLRuleEngineBridgeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidSWRLRuleEngineNameException
,NoRegisteredSWRLRuleEnginesException
public class SWRLRuleEngineBridgeException extends SWRLRuleEngineException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SWRLRuleEngineBridgeException()
SWRLRuleEngineBridgeException(@NonNull java.lang.String message)
-