Package ortus.boxlang.compiler.ast
Class Issue
java.lang.Object
ortus.boxlang.compiler.ast.Issue
- All Implemented Interfaces:
Serializable
Error generated by the parser, consist of an error message and the position with in the
source code of the offending symbol.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns the string representation of an error message.
-
Constructor Details
-
Issue
Creates a parsing error message- Parameters:
message- error messageposition- position within the source code
-
-
Method Details
-
getMessage
-
getPosition
-
toString
Returns the string representation of an error message. Ii includes the position and the error message If the error has been generated parsing a file, the message includes the full path of the file.
-