parser-core
0.20.9
common
parser-core
/
it.unibo.tuprolog.core.parsing
/
InvalidTermTypeException
/
InvalidTermTypeException
Invalid
Term
Type
Exception
common
fun
InvalidTermTypeException
(
input
:
Any
?
,
term
:
<ERROR CLASS>
,
type
:
KClass
<
out
<ERROR CLASS>
>
,
offendingSymbol
:
String
=
input as? String ?: term.toString()
,
line
:
Int
=
1
,
column
:
Int
=
1
,
message
:
String
?
=
"Expected "
,
throwable
:
Throwable
?
=
null
)
Content copied to clipboard