- java.lang.Object
-
- javax0.jamal.api.Position
-
public class Position extends java.lang.Object
ThePosition
contains the name of a file, a line number and the column number. This serves as a parameter when an error happens. The exceptionBadSyntaxAt
gets an object of this type as a parameter and later it is used to compose the message of the exception when the exception is logged.