org.codehaus.groovy.antlr
[Java] Class ASTRuntimeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.codehaus.groovy.antlr.ASTRuntimeException
public class ASTRuntimeException
extends RuntimeException
 
- Authors:
 - James Strachan
 
- Version:
 - \$Revision: 8004 \$
 
    
     
    
     
                | 
                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 | 
                
                 
                | 
                Methods inherited from class Throwable
                 | 
                | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                
                 
                 
    
    
        
        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()
        
        - 
        
 
        
        
        
    
        
        getColumn
        public int getColumn()
        
        - 
        
 
        
        
        
    
        
        getLine
        public int getLine()
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.