org.codehaus.groovy.syntax
Class SyntaxException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.codehaus.groovy.GroovyException
|
+--org.codehaus.groovy.syntax.SyntaxException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LexerException, ParserException, SemanticException, TokenMismatchException
- public class SyntaxException
- extends GroovyException
Base exception indicating a syntax error.
- Version:
- $Id: SyntaxException.java,v 1.6 2003/10/28 14:36:46 jstrachan Exp $
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxException
public SyntaxException()
SyntaxException
public SyntaxException(String message)
setSourceLocator
public void setSourceLocator(String sourceLocator)
getSourceLocator
public String getSourceLocator()
Copyright © 2003 The Codehaus. All Rights Reserved.