|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.codehaus.groovy.antlr.ASTRuntimeException
public class ASTRuntimeException extends RuntimeException
Constructor Summary | |
ASTRuntimeException(AST ast, String message)
|
|
ASTRuntimeException(AST ast, String message, Throwable throwable)
|
Method Summary | |
---|---|
protected static String
|
description(AST node)
|
AST
|
getAst()
|
int
|
getColumn()
|
int
|
getLine()
|
Methods inherited from class RuntimeException | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ASTRuntimeException(AST ast, String message)
public ASTRuntimeException(AST ast, String message, Throwable throwable)
Method Detail |
---|
protected static String description(AST node)
public AST getAst()
public int getColumn()
public int getLine()
Copyright © 2003-2013 The Codehaus. All rights reserved.