public class InterpretException extends RuntimeException
Constructor and Description |
---|
InterpretException(String msg) |
InterpretException(String msg,
int lineNumber) |
InterpretException(String msg,
int lineNumber,
int startPosition) |
InterpretException(String msg,
Throwable e) |
InterpretException(String msg,
Throwable throwable,
int lineNumber) |
InterpretException(String msg,
Throwable e,
int lineNumber,
int startPosition) |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber() |
int |
getStartPosition() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InterpretException(String msg)
public InterpretException(String msg, int lineNumber)
public InterpretException(String msg, int lineNumber, int startPosition)
public InterpretException(String msg, Throwable e, int lineNumber, int startPosition)
Copyright © 2019. All rights reserved.