org.codehaus.groovy.syntax
Class LookAheadExhaustionError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.lang.AssertionError
              extended byorg.codehaus.groovy.syntax.LookAheadExhaustionError
All Implemented Interfaces:
java.io.Serializable

public class LookAheadExhaustionError
extends java.lang.AssertionError

See Also:
Serialized Form

Constructor Summary
LookAheadExhaustionError(int la)
           
 
Method Summary
 int getLookAhead()
           
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookAheadExhaustionError

public LookAheadExhaustionError(int la)
Method Detail

getLookAhead

public int getLookAhead()

toString

public java.lang.String toString()

getMessage

public java.lang.String getMessage()


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