public class CompilationException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
CompilationException(ParseCtx pctx,
String msg)
Construct compilation exception.
|
CompilationException(String msg)
Construct compilation exception for a general error that is not
associated with specific place in code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public CompilationException(String msg)
Copyright © 2022. All rights reserved.