org.jrubyparser.lexer
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jrubyparser.lexer.SyntaxException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StringTerm.UnterminatedStringException
public class SyntaxException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxException
public SyntaxException(SyntaxException.PID pid,
SourcePosition position,
String message,
Object... data)
getPosition
public SourcePosition getPosition()
getPid
public SyntaxException.PID getPid()
Copyright © 2013. All Rights Reserved.