[Groovy] Class GroovySyntaxCompletor.InStringException

  • org.codehaus.groovy.tools.shell.completion.GroovySyntaxCompletor.InStringException
@TupleConstructor
static class GroovySyntaxCompletor.InStringException
extends Exception

Properties Summary

Properties
Type Name and description
int column
String openDelim

Constructor Summary

Constructors
Constructor and description
GroovySyntaxCompletor.InStringException ()

Methods Summary

Methods
Type Params Return Type Name and description
String toString()

Inherited Methods Summary

Inherited Methods
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()