org.apache.felix.gogo.runtime
Class EOFError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.felix.gogo.runtime.SyntaxError
                  extended by org.apache.felix.gogo.runtime.EOFError
All Implemented Interfaces:
Serializable

public class EOFError
extends SyntaxError

See Also:
Serialized Form

Constructor Summary
EOFError(int line, int column, String message)
           
 
Method Summary
 
Methods inherited from class org.apache.felix.gogo.runtime.SyntaxError
column, line
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOFError

public EOFError(int line,
                int column,
                String message)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.