public class CompilerError extends Error
| Constructor and Description |
|---|
CompilerError(Exception e)
Create an exception given another exception.
|
CompilerError(String msg)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerError(String msg)
public CompilerError(Exception e)
public void printStackTrace()
printStackTrace in class ThrowableCopyright © 2017–2020 Eclipse Foundation. All rights reserved.