documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
core
/
it.unibo.tuprolog.core.exception
/
TuPrologException
Tu
Prolog
Exception
open
class
TuPrologException
:
RuntimeException
Base class for all
tuProlog
related exceptions
Inheritors
SubstitutionException
Members
Constructors
Tu
Prolog
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
message
:
String
?
)
constructor
(
cause
:
Throwable
?
)
constructor
(
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?