org.codehaus.groovy.syntax
[Java] Class RuntimeParserException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
groovy.lang.GroovyRuntimeException
                  
org.codehaus.groovy.syntax.RuntimeParserException
public class RuntimeParserException
extends GroovyRuntimeException
 A helper class to allow parser exceptions to be thrown anywhere in the code.
 Should be replaced when no longer required.
 
- Authors:
 - James Strachan
 
- Version:
 - \$Revision: 19544 \$
 
    
     
    
     
                 
                | 
                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 | 
                
                 
                 
    
    
        
        RuntimeParserException
        public RuntimeParserException(String message, ASTNode node)
        
        - 
        
 
        
        
        
    
     
    
    
        
        throwParserException
        public void throwParserException()
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.