org.codehaus.groovy.syntax
Class SemanticException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.codehaus.groovy.GroovyException
                    |
                    +--org.codehaus.groovy.syntax.SyntaxException
                          |
                          +--org.codehaus.groovy.syntax.SemanticException
All Implemented Interfaces:
Serializable

public class SemanticException
extends SyntaxException

See Also:
Serialized Form

Constructor Summary
SemanticException(int line, int column)
           
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
getSourceLocator, setSourceLocator
 
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

SemanticException

public SemanticException(int line,
                         int column)


Copyright © 2003 The Codehaus. All Rights Reserved.