documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
parser-impl
/
it.unibo.tuprolog.parser.exceptions
/
InvalidOperatorDefinitionException
Invalid
Operator
Definition
Exception
class
InvalidOperatorDefinitionException
(
message
:
String
)
:
IllegalArgumentException
Indicates that an operator has an empty name or a priority outside the Prolog range.
Members
Constructors
Invalid
Operator
Definition
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?