public class ASTWalkException extends RuntimeException
Constructor and Description |
---|
ASTWalkException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ASTWalkException |
from(String message) |
static ASTWalkException |
from(String message,
org.antlr.v4.runtime.CommonTokenStream tokenStream,
org.antlr.v4.runtime.RuleContext parseTree) |
static ASTWalkException |
from(String message,
Exception ex) |
static ASTWalkException |
from(String message,
String parseTreeTextMayHaveNoWhitespace) |
static ASTWalkException |
from(String message,
org.antlr.v4.runtime.Token token) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static ASTWalkException from(String message, Exception ex)
public static ASTWalkException from(String message)
public static ASTWalkException from(String message, String parseTreeTextMayHaveNoWhitespace)
public static ASTWalkException from(String message, org.antlr.v4.runtime.CommonTokenStream tokenStream, org.antlr.v4.runtime.RuleContext parseTree)
public static ASTWalkException from(String message, org.antlr.v4.runtime.Token token)