AeroGuard-MAS
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AeroGuard-MAS
AeroGuard-MAS
/
reasoning
/
ReasoningException
Reasoning
Exception
class
ReasoningException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
(
source
)
Exception thrown by symbolic reasoning components when a query or theory load fails.
Members
Constructors
Reasoning
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?