Serializable
, GroovyExceptionInterface
public class IncorrectTypeHintException extends SyntaxException
Constructor | Description |
---|---|
IncorrectTypeHintException(MethodNode mn,
String msg,
int line,
int column) |
|
IncorrectTypeHintException(MethodNode mn,
Throwable e,
int line,
int column) |
isFatal, setFatal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectTypeHintException(MethodNode mn, Throwable e, int line, int column)
public IncorrectTypeHintException(MethodNode mn, String msg, int line, int column)