public class GbjCompilerException extends GbjException
Constructor and Description |
---|
GbjCompilerException(GbjSession s,
GbjGciException e) |
Modifier and Type | Method and Description |
---|---|
int |
errorPosition()
returns the 1-based position of the first compilation error.
|
String |
getMessage()
Return the message associated with this compiler exception.
|
isAbortingException, isCompilerException, isEventException, isFatalException, isInternalException, isRuntimeException, printStackTrace, saveProcess, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public GbjCompilerException(GbjSession s, GbjGciException e)
public int errorPosition()
public String getMessage()
getMessage
in class GbjException