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 Summary- 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxExceptiongetEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
 - 
Methods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatal
 
- 
 
- 
- 
- 
Constructor Detail- 
IncorrectTypeHintExceptionpublic IncorrectTypeHintException(MethodNode mn, java.lang.Throwable e, int line, int column) 
 - 
IncorrectTypeHintExceptionpublic IncorrectTypeHintException(MethodNode mn, java.lang.String msg, int line, int column) 
 
- 
 
-