public static final class ParserStackedException.Message
extends java.lang.Object
| Constructor and Description |
|---|
Message(AstLocation location,
java.lang.String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AstLocation |
getLocation()
Gets AST location of the message source.
|
java.lang.String |
getMessage()
Gets the message as a string.
|
public Message(AstLocation location, java.lang.String message)
location - Location of the message source.message - Message as a string.public AstLocation getLocation()
public java.lang.String getMessage()
Last updated 2024-07-18 11:31:32