org.apache.felix.gogo.runtime
Class SyntaxError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.felix.gogo.runtime.SyntaxError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EOFError
public class SyntaxError
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxError
public SyntaxError(int line,
int column,
String message)
column
public int column()
line
public int line()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.