[Groovy] Class GroovySyntaxCompleter.InStringException
- org.apache.groovy.groovysh.completion.antlr4.GroovySyntaxCompleter.InStringException
@TupleConstructor static class GroovySyntaxCompleter.InStringException extends Exception
Properties Summary
| Type | Name and description |
|---|---|
int |
column |
String |
openDelim |
Constructor Summary
| Constructor and description |
|---|
GroovySyntaxCompleter.InStringException
() |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
String |
toString() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Property Detail
int column
String openDelim
Constructor Detail
GroovySyntaxCompleter.InStringException()
Method Detail
@Override String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/completion/antlr4/GroovySyntaxCompleter.InStringException.html