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