org.codehaus.groovy.antlr
Class ASTRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.groovy.antlr.ASTRuntimeException
All Implemented Interfaces:
Serializable

public class ASTRuntimeException
extends RuntimeException

Version:
$Revision: 1.1 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
ASTRuntimeException(antlr.collections.AST ast, String message)
           
ASTRuntimeException(antlr.collections.AST ast, String message, Throwable throwable)
           
 
Method Summary
protected static String description(antlr.collections.AST node)
           
 antlr.collections.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

ASTRuntimeException

public ASTRuntimeException(antlr.collections.AST ast,
                           String message)

ASTRuntimeException

public ASTRuntimeException(antlr.collections.AST ast,
                           String message,
                           Throwable throwable)
Method Detail

description

protected static String description(antlr.collections.AST node)

getAst

public antlr.collections.AST getAst()

getLine

public int getLine()

getColumn

public int getColumn()


Copyright © 2003-2007 The Codehaus. All Rights Reserved.