Package groovy.transform.stc
Class IncorrectTypeHintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
groovy.transform.stc.IncorrectTypeHintException
- All Implemented Interfaces:
- Serializable,- GroovyExceptionInterface
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionIncorrectTypeHintException(MethodNode mn, String msg, int line, int column) IncorrectTypeHintException(MethodNode mn, Throwable e, int line, int column) 
- 
Method SummaryMethods inherited from class org.codehaus.groovy.syntax.SyntaxExceptiongetEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocatorMethods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatalMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IncorrectTypeHintException
- 
IncorrectTypeHintException
 
-