public class CompileError extends Exception
Constructor and Description |
---|
CompileError(CannotCompileException e) |
CompileError(NotFoundException e) |
CompileError(String s) |
CompileError(String s,
Lex l) |
Modifier and Type | Method and Description |
---|---|
Lex |
getLex() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CompileError(String s)
public CompileError(CannotCompileException e)
public CompileError(NotFoundException e)
Copyright © 2024. All rights reserved.