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:
- java.io.Serializable,- GroovyExceptionInterface
public class IncorrectTypeHintException extends SyntaxException
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description IncorrectTypeHintException(MethodNode mn, java.lang.String msg, int line, int column)IncorrectTypeHintException(MethodNode mn, java.lang.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, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
IncorrectTypeHintException
- 
IncorrectTypeHintException
 
-