org.codehaus.groovy.syntax
Class LookAheadExhaustionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.codehaus.groovy.syntax.LookAheadExhaustionException
All Implemented Interfaces:
Serializable

public class LookAheadExhaustionException
extends IOException

See Also:
Serialized Form

Constructor Summary
LookAheadExhaustionException(int la)
           
 
Method Summary
 int getLookAhead()
           
 
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

LookAheadExhaustionException

public LookAheadExhaustionException(int la)
Method Detail

getLookAhead

public int getLookAhead()


Copyright © 2003 The Codehaus. All Rights Reserved.