[Groovy] Class GroovySyntaxCompletor.InStringException
- org.codehaus.groovy.tools.shell.completion.GroovySyntaxCompletor.InStringException
@TupleConstructor static class GroovySyntaxCompletor.InStringException extends Exception
Properties Summary
Type | Name and description |
---|---|
int |
column |
String |
openDelim |
Constructor Summary
Constructor and description |
---|
GroovySyntaxCompletor.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
GroovySyntaxCompletor.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/codehaus/groovy/tools/shell/completion/GroovySyntaxCompletor.InStringException.html