Package org.swrlapi.exceptions
Class TargetSWRLRuleEngineInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.swrlapi.exceptions.SWRLAPIException
-
- org.swrlapi.exceptions.TargetSWRLRuleEngineException
-
- org.swrlapi.exceptions.TargetSWRLRuleEngineInternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class TargetSWRLRuleEngineInternalException extends TargetSWRLRuleEngineException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetSWRLRuleEngineInternalException(@NonNull java.lang.String message)
TargetSWRLRuleEngineInternalException(@NonNull java.lang.String message, @NonNull java.lang.Throwable cause)
-