parser-core
0.20.9
common
parser-core
/
it.unibo.tuprolog.core.parsing
/
ParseException
Parse
Exception
common
open
class
ParseException
(
var
input
:
Any
?
,
var
offendingSymbol
:
String
,
var
line
:
Int
,
var
column
:
Int
,
message
:
String
?
,
throwable
:
Throwable
?
)
Content copied to clipboard
Constructors
Functions
Properties
Inheritors
Constructors
Parse
Exception
Link copied to clipboard
common
fun
ParseException
(
input
:
Any
?
,
offendingSymbol
:
String
,
line
:
Int
,
column
:
Int
,
message
:
String
?
,
throwable
:
Throwable
?
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
clauseIndex
Link copied to clipboard
common
var
clauseIndex
:
Int
Content copied to clipboard
column
Link copied to clipboard
common
var
column
:
Int
Content copied to clipboard
input
Link copied to clipboard
common
var
input
:
Any
?
Content copied to clipboard
line
Link copied to clipboard
common
var
line
:
Int
Content copied to clipboard
offendingSymbol
Link copied to clipboard
common
var
offendingSymbol
:
String
Content copied to clipboard
Inheritors
InvalidTermTypeException
Link copied to clipboard