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