[Java] Class IncorrectTypeHintException

  • groovy.transform.stc.IncorrectTypeHintException

Constructor Summary

Constructors
Constructor and description
IncorrectTypeHintException (MethodNode mn, Throwable e, int line, int column)
IncorrectTypeHintException (MethodNode mn, String msg, int line, int column)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class SyntaxException getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
class GroovyException isFatal, setFatal

Constructor Detail

public IncorrectTypeHintException(MethodNode mn, Throwable e, int line, int column)

public IncorrectTypeHintException(MethodNode mn, String msg, int line, int column)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/transform/stc/IncorrectTypeHintException.html