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 Summary
Constructors 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 Summary
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
IncorrectTypeHintException
-
IncorrectTypeHintException
-