org.codehaus.groovy.syntax.lexer
Class UnterminatedStringLiteralException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.groovy.GroovyException
              extended byorg.codehaus.groovy.syntax.SyntaxException
                  extended byorg.codehaus.groovy.syntax.lexer.LexerException
                      extended byorg.codehaus.groovy.syntax.lexer.UnterminatedStringLiteralException
All Implemented Interfaces:
GroovyExceptionInterface, Serializable

public class UnterminatedStringLiteralException
extends LexerException

See Also:
Serialized Form

Constructor Summary
UnterminatedStringLiteralException(int line, int column)
           
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
getEndColumn, getLine, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
 
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
 
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

UnterminatedStringLiteralException

public UnterminatedStringLiteralException(int line,
                                          int column)


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