public class SyntaxException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntaxException.PID |
| Constructor and Description |
|---|
SyntaxException(SyntaxException.PID pid,
ISourcePosition position,
String lastLine,
String message,
Object... data) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxException.PID |
getPid() |
ISourcePosition |
getPosition() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyntaxException(SyntaxException.PID pid, ISourcePosition position, String lastLine, String message, Object... data)
public ISourcePosition getPosition()
public SyntaxException.PID getPid()
Copyright © 2001-2015 JRuby. All Rights Reserved.