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)Deprecated.  | 
| SyntaxException(SyntaxException.PID pid,
               String file,
               int line,
               String lastLine,
               String message,
               Object... data) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFile() | 
| int | getLine() | 
| SyntaxException.PID | getPid() | 
| ISourcePosition | getPosition()Deprecated.  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public SyntaxException(SyntaxException.PID pid, ISourcePosition position, String lastLine, String message, Object... data)
public SyntaxException(SyntaxException.PID pid, String file, int line, String lastLine, String message, Object... data)
@Deprecated public ISourcePosition getPosition()
public String getFile()
public int getLine()
public SyntaxException.PID getPid()
Copyright © 2001-2015 JRuby. All Rights Reserved.