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: 
 - Serializable
 
public class ASTRuntimeException
- extends RuntimeException
 
- Version:
 
  - $Revision$
 
- Author:
 
  - James Strachan
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ASTRuntimeException
public ASTRuntimeException(AST ast,
                           String message)
ASTRuntimeException
public ASTRuntimeException(AST ast,
                           String message,
                           Throwable throwable)
description
protected static String description(AST node)
 
getAst
public AST getAst()
 
getLine
public int getLine()
 
getColumn
public int getColumn()