org.codehaus.groovy.antlr
Class ASTRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.antlr.ASTRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class ASTRuntimeException
- extends java.lang.RuntimeException
- Version:
- $Revision: 8004 $
- Author:
- James Strachan
- See Also:
- Serialized Form
Field Summary |
private antlr.collections.AST |
ast
|
Constructor Summary |
ASTRuntimeException(antlr.collections.AST ast,
java.lang.String message)
|
ASTRuntimeException(antlr.collections.AST ast,
java.lang.String message,
java.lang.Throwable throwable)
|
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 |
ast
private final antlr.collections.AST ast
ASTRuntimeException
public ASTRuntimeException(antlr.collections.AST ast,
java.lang.String message)
ASTRuntimeException
public ASTRuntimeException(antlr.collections.AST ast,
java.lang.String message,
java.lang.Throwable throwable)
description
protected static java.lang.String description(antlr.collections.AST node)
getAst
public antlr.collections.AST getAst()
getLine
public int getLine()
getColumn
public int getColumn()
Copyright © ${year} The Codehaus. All Rights Reserved.