public class CompilerError extends RuntimeException
| Constructor and Description |
|---|
CompilerError(FilePosition symbol,
String msg) |
CompilerError(FilePosition symbol,
String msg,
Throwable rootCause) |
CompilerError(String msg) |
CompilerError(String msg,
Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
FilePosition |
getSymbol() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerError(String msg)
public CompilerError(FilePosition symbol, String msg)
public CompilerError(FilePosition symbol, String msg, Throwable rootCause)
public FilePosition getSymbol()
Copyright © 2002–2017 CoreMedia AG. All rights reserved.