ubc.cs.JLog.Parser
Class SyntaxErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubc.cs.JLog.Parser.SyntaxErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class SyntaxErrorException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
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 |
position
protected int position
lineno
protected int lineno
charpos
protected int charpos
SyntaxErrorException
public SyntaxErrorException(java.lang.String s,
int pos)
SyntaxErrorException
public SyntaxErrorException(java.lang.String s,
int line,
int cpos)
SyntaxErrorException
public SyntaxErrorException(java.lang.String s,
int pos,
int line,
int cpos)
getPosition
public int getPosition()
getLine
public int getLine()
getCharPos
public int getCharPos()