public class SemanticException extends RuntimeException
| Constructor and Description |
|---|
SemanticException(SemanticErrorCode code,
Node node,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
SemanticErrorCode |
getCode() |
Node |
getNode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SemanticException(SemanticErrorCode code, Node node, String format, Object... args)
public Node getNode()
public SemanticErrorCode getCode()
Copyright © 2012–2019. All rights reserved.