org.apache.felix.gogo.runtime
Class SyntaxError

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EOFError

public class SyntaxError
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
SyntaxError(int line, int column, String message)
           
 
Method Summary
 int column()
           
 int 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

SyntaxError

public SyntaxError(int line,
                   int column,
                   String message)
Method Detail

column

public int column()

line

public int line()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.